mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Fix phpstan messages.
This commit is contained in:
@@ -62,10 +62,6 @@ return [
|
||||
'driver' => 'stack',
|
||||
'channels' => ['audit_daily', 'audit_stdout'],
|
||||
],
|
||||
'scoped' => [
|
||||
'driver' => 'custom',
|
||||
'via' => FireflyIII\Logging\CreateCustomLogger::class,
|
||||
],
|
||||
'papertrail' => [
|
||||
'driver' => 'monolog',
|
||||
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),
|
||||
|
Reference in New Issue
Block a user