mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix file names, ignore installer in test env
This commit is contained in:
@@ -64,13 +64,13 @@ return [
|
||||
|
||||
'daily' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/ff3-' . php_sapi_name() . '-.log'),
|
||||
'path' => storage_path('logs/ff3-' . php_sapi_name() . '.log'),
|
||||
'level' => env('APP_LOG_LEVEL', 'info'),
|
||||
'days' => 7,
|
||||
],
|
||||
'dailytest' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/test-ff3-' . php_sapi_name() . '-.log'),
|
||||
'path' => storage_path('logs/test-ff3-' . php_sapi_name() . '.log'),
|
||||
'level' => env('APP_LOG_LEVEL', 'info'),
|
||||
'days' => 7,
|
||||
],
|
||||
|
Reference in New Issue
Block a user