We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af31781 commit 6211986Copy full SHA for 6211986
src/FilebeatLogging/FilebeatLoggingServiceProvider.php
@@ -23,7 +23,7 @@ public function register(): void
23
'driver' => 'custom',
24
'channel' => 'filebeat',
25
'extras' => json_decode(env('FILEBEAT_LOGGER_EXTRAS', '{}'), associative: true, flags: JSON_THROW_ON_ERROR),
26
- 'stream' => env('FILEBEAT_LOGGER_STREAM', 'php://stdout'),
+ 'stream' => env('FILEBEAT_LOGGER_STREAM', 'php://stderr'),
27
'rotating' => env('FILEBEAT_LOGGER_ROTATING', false),
28
'httpContextProcessor' => RequestProcessor::class,
29
'via' => FilebeatLoggerFactory::class,
0 commit comments