Commit ed251158 by Julien Jorry

Fix monolog for prod

parent 1424cf50
......@@ -37,14 +37,13 @@ monolog:
path: "%kernel.logs_dir%/%kernel.environment%.critical.log"
level: info
buffered_critical:
type: buffer
handler: deduplicated
deduplicated:
type: deduplication
handler: swift_critical
swift_critical:
type: swift_mailer
from_email: noreply@kohinos.fr
from_email: "%env(EMAIL_ERROR_FROM)%"
to_email: "%env(EMAIL_ERROR)%"
subject: '[Kohinos] An Error Occurred! %%message%%'
level: debug
formatter: monolog.formatter.html
content_type: text/html
\ No newline at end of file
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