feat: rotate auth logfile

This commit is contained in:
Björn Fromme
2025-12-12 20:15:56 +01:00
parent cfc3957fec
commit 28914d6586
+3 -2
View File
@@ -73,9 +73,10 @@ when@prod:
level: info
channels: ["bpn"]
auth:
type: stream
type: rotating_file
max_files: 7
path: "%kernel.logs_dir%/%kernel.environment%.auth.log"
level: debug
level: info
channels: ["auth"]
core:
type: rotating_file