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