mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Log to error log.
This commit is contained in:
parent
5f5a603f71
commit
c7c61ce280
@ -21,7 +21,7 @@ return [
|
|||||||
'fallback_locale' => 'en_US',
|
'fallback_locale' => 'en_US',
|
||||||
'key' => env('APP_KEY'),
|
'key' => env('APP_KEY'),
|
||||||
'cipher' => 'AES-256-CBC',
|
'cipher' => 'AES-256-CBC',
|
||||||
'log' => env('APP_LOG', 'daily'),
|
'log' => env('APP_LOG', 'errorlog'),
|
||||||
'log_level' => env('APP_LOG_LEVEL', 'info'),
|
'log_level' => env('APP_LOG_LEVEL', 'info'),
|
||||||
'providers' => [
|
'providers' => [
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user