mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 07:03:23 -06:00
Log to error log.
This commit is contained in:
parent
5f5a603f71
commit
c7c61ce280
@ -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' => [
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user