chore: rotate auth log

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent 79b7e2aaa5
commit e203de172d
+2 -1
View File
@@ -73,7 +73,8 @@ when@prod:
level: info level: info
channels: ["bpn"] channels: ["bpn"]
auth: auth:
type: stream type: rotating_file
max_files: 7
path: "%kernel.logs_dir%/%kernel.environment%.auth.log" path: "%kernel.logs_dir%/%kernel.environment%.auth.log"
level: debug level: debug
channels: ["auth"] channels: ["auth"]