modify type : stream -> rotating_file

This commit is contained in:
Charles 2025-12-01 14:02:45 +01:00
parent f54f953029
commit b0da189fa2
1 changed files with 6 additions and 6 deletions

View File

@ -77,7 +77,7 @@ when@prod:
# Authentication
authentication:
type: stream
type: rotating_file
path: "%kernel.logs_dir%/authentication.log"
level: info
channels: [authentication]
@ -86,7 +86,7 @@ when@prod:
# Organization Management
organization_management:
type: stream
type: rotating_file
path: "%kernel.logs_dir%/organization_management.log"
level: info
channels: [organization_management]
@ -95,7 +95,7 @@ when@prod:
# Access Control
access_control:
type: stream
type: rotating_file
path: "%kernel.logs_dir%/access_control.log"
level: info
channels: [access_control]
@ -104,7 +104,7 @@ when@prod:
# Email Notifications
email_notifications:
type: stream
type: rotating_file
path: "%kernel.logs_dir%/email_notifications.log"
level: info
channels: [email_notifications]
@ -113,7 +113,7 @@ when@prod:
# Admin Actions
admin_actions:
type: stream
type: rotating_file
path: "%kernel.logs_dir%/admin_actions.log"
level: info
channels: [admin_actions]
@ -122,7 +122,7 @@ when@prod:
# Security
security:
type: stream
type: rotating_file
path: "%kernel.logs_dir%/security.log"
level: warning
channels: [security]