1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-09 22:56:41 +02:00

Merge remote-tracking branch 'AlexeyDsov/syslogHandlerFormatterFix'

This commit is contained in:
Jordi Boggiano
2012-12-21 10:35:52 +01:00

View File

@@ -115,6 +115,6 @@ class SyslogHandler extends AbstractProcessingHandler
*/ */
protected function getDefaultFormatter() protected function getDefaultFormatter()
{ {
return new LineFormatter('%channel%.%level_name%: %message% %context% %extra%\n'); return new LineFormatter('%channel%.%level_name%: %message% %context% %extra%');
} }
} }