mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed #9198 - added stdout as a log driver
This commit is contained in:
parent
c3166d491a
commit
db3f80bb9b
|
@ -67,6 +67,12 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'stdout' => [
|
||||||
|
'driver' => 'monolog',
|
||||||
|
'handler' => StreamHandler::class,
|
||||||
|
'with' => [ 'stream' => 'php://stdout', ],
|
||||||
|
],
|
||||||
|
|
||||||
'syslog' => [
|
'syslog' => [
|
||||||
'driver' => 'syslog',
|
'driver' => 'syslog',
|
||||||
'level' => env('APP_LOG_LEVEL', 'error'),
|
'level' => env('APP_LOG_LEVEL', 'error'),
|
||||||
|
|
Loading…
Reference in a new issue