set max fdiles to 30
This commit is contained in:
parent
1d8a4a7215
commit
b4a68bcc4d
|
|
@ -54,6 +54,7 @@ when@prod:
|
|||
level: info
|
||||
channels: [user_management]
|
||||
formatter: monolog.formatter.json
|
||||
max_files: 30
|
||||
|
||||
# Authentication
|
||||
authentication:
|
||||
|
|
@ -62,6 +63,7 @@ when@prod:
|
|||
level: info
|
||||
channels: [authentication]
|
||||
formatter: monolog.formatter.json
|
||||
max_files: 30
|
||||
|
||||
# Organization Management
|
||||
organization_management:
|
||||
|
|
@ -70,6 +72,7 @@ when@prod:
|
|||
level: info
|
||||
channels: [organization_management]
|
||||
formatter: monolog.formatter.json
|
||||
max_files: 30
|
||||
|
||||
# Access Control
|
||||
access_control:
|
||||
|
|
@ -78,14 +81,16 @@ when@prod:
|
|||
level: info
|
||||
channels: [access_control]
|
||||
formatter: monolog.formatter.json
|
||||
max_files: 30
|
||||
|
||||
# Email Notifications
|
||||
# Email Notifications
|
||||
email_notifications:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/email_notifications.log"
|
||||
level: info
|
||||
channels: [email_notifications]
|
||||
formatter: monolog.formatter.json
|
||||
max_files: 30
|
||||
|
||||
# Admin Actions
|
||||
admin_actions:
|
||||
|
|
@ -94,6 +99,7 @@ when@prod:
|
|||
level: info
|
||||
channels: [admin_actions]
|
||||
formatter: monolog.formatter.json
|
||||
max_files: 30
|
||||
|
||||
# Security
|
||||
security:
|
||||
|
|
@ -102,3 +108,4 @@ when@prod:
|
|||
level: warning
|
||||
channels: [security]
|
||||
formatter: monolog.formatter.json
|
||||
max_files: 30
|
||||
|
|
|
|||
Loading…
Reference in New Issue