mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Make audit log configurable.
This commit is contained in:
@@ -78,7 +78,7 @@ return [
|
||||
'days' => 7,
|
||||
],
|
||||
'audit' => [
|
||||
'driver' => 'daily',
|
||||
'driver' => envNonEmpty('AUDIT_LOG_CHANNEL', 'daily'),
|
||||
'path' => storage_path('logs/ff3-audit.log'),
|
||||
'tap' => [AuditLogger::class],
|
||||
'level' => 'info',
|
||||
|
Reference in New Issue
Block a user