correct writting level

This commit is contained in:
Charles 2025-12-09 10:35:40 +01:00
parent c47d7877bb
commit 530c7df5e2
1 changed files with 9 additions and 2 deletions

View File

@ -9,6 +9,7 @@ monolog:
- security
- php
- error
- aws_management
- deprecation # Deprecations are logged in the dedicated "deprecation" channel when it exists
when@dev:
@ -138,12 +139,18 @@ when@prod:
channels: [ php ]
# User Management
user_management:
type: stream
type: rotating_file
path: "%kernel.logs_dir%/user_management.log"
level: info
channels: [user_management]
max_files: 30
#AWS
aws_management:
type: rotating_file
path: "%kernel.logs_dir%/aws_management.log"
level: info
channels: [aws_management]
max_files: 30
# Authentication
authentication:
type: rotating_file