mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
Log to error log.
This commit is contained in:
@@ -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' => [
|
||||
|
||||
|
Reference in New Issue
Block a user