Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
dc8e06fc65
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue