mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
fixing SyslogHandler::getDefaultFormatter format
This commit is contained in:
parent
0df12342ef
commit
a3e5148444
@ -115,6 +115,6 @@ class SyslogHandler extends AbstractProcessingHandler
|
||||
*/
|
||||
protected function getDefaultFormatter()
|
||||
{
|
||||
return new LineFormatter('%channel%.%level_name%: %message% %context% %extra%\n');
|
||||
return new LineFormatter('%channel%.%level_name%: %message% %context% %extra%');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user