mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-16 10:04:14 +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;
|
$message['@fields'][$this->contextPrefix . $key] = $val;
|
||||||
}
|
}
|
||||||
|
|
||||||
return json_encode($message) . PHP_EOL;
|
return json_encode($message) . "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user