modify type : stream -> rotating_file
This commit is contained in:
parent
f54f953029
commit
b0da189fa2
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue