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:
@@ -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%');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user