Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2021-02-24 09:12:27 -08:00
commit dc8e06fc65

View file

@ -67,6 +67,12 @@ return [
],
],
'stdout' => [
'driver' => 'monolog',
'handler' => StreamHandler::class,
'with' => [ 'stream' => 'php://stdout', ],
],
'syslog' => [
'driver' => 'syslog',
'level' => env('APP_LOG_LEVEL', 'error'),