Commit fab29c95 by Julien Jorry

Fix monolog log for prod

parent 5c4d3807
...@@ -30,15 +30,12 @@ monolog: ...@@ -30,15 +30,12 @@ monolog:
handler: grouped_critical handler: grouped_critical
grouped_critical: grouped_critical:
type: group type: group
members: [streamed_critical, buffered_critical] members: [streamed_critical, swift_critical]
streamed_critical: streamed_critical:
type: rotating_file type: rotating_file
max_files: 10 max_files: 10
path: "%kernel.logs_dir%/%kernel.environment%.critical.log" path: "%kernel.logs_dir%/%kernel.environment%.critical.log"
level: info level: info
buffered_critical:
type: deduplication
handler: swift_critical
swift_critical: swift_critical:
type: swift_mailer type: swift_mailer
from_email: "%env(EMAIL_ERROR_FROM)%" from_email: "%env(EMAIL_ERROR_FROM)%"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment