Log to error log.

This commit is contained in:
James Cole 2017-04-26 21:26:44 +02:00
parent 5f5a603f71
commit c7c61ce280
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -21,7 +21,7 @@ return [
'fallback_locale' => 'en_US',
'key' => env('APP_KEY'),
'cipher' => 'AES-256-CBC',
'log' => env('APP_LOG', 'daily'),
'log' => env('APP_LOG', 'errorlog'),
'log_level' => env('APP_LOG_LEVEL', 'info'),
'providers' => [