mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-14 00:54:01 +02:00
Always use \n for line breaks
This commit is contained in:
@@ -93,6 +93,6 @@ class LogstashFormatter extends NormalizerFormatter
|
||||
$message['@fields'][$this->contextPrefix . $key] = $val;
|
||||
}
|
||||
|
||||
return json_encode($message) . PHP_EOL;
|
||||
return json_encode($message) . "\n";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user