set max fdiles to 30

This commit is contained in:
Charles 2025-12-01 13:52:47 +01:00
parent 1d8a4a7215
commit b4a68bcc4d
1 changed files with 8 additions and 1 deletions

View File

@ -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,6 +81,7 @@ when@prod:
level: info
channels: [access_control]
formatter: monolog.formatter.json
max_files: 30
# Email Notifications
email_notifications:
@ -86,6 +90,7 @@ when@prod:
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