|
|
@@ -57,23 +57,23 @@ monolog:
|
|
|
level: debug
|
|
|
max_files: 7
|
|
|
formatter: monolog.formatter.message
|
|
|
-# cron_critical:
|
|
|
-# type: fingers_crossed
|
|
|
-# action_level: critical
|
|
|
-# handler: cron_deduplicated
|
|
|
-# cron_deduplicated:
|
|
|
-# type: deduplication
|
|
|
-# # the time in seconds during which duplicate entries are discarded (default: 60)
|
|
|
-# time: 10
|
|
|
-# handler: cron_mailer
|
|
|
-# cron_mailer:
|
|
|
-# type: symfony_mailer
|
|
|
-# from_email: "process@opentalent.fr"
|
|
|
-# to_email: "exploitation@opentalent.fr"
|
|
|
-# subject: "Cron - Critical Error"
|
|
|
-# level: error
|
|
|
-# formatter: monolog.formatter.html
|
|
|
-# content_type: text/html
|
|
|
+ cron_critical:
|
|
|
+ type: fingers_crossed
|
|
|
+ action_level: critical
|
|
|
+ handler: cron_deduplicated
|
|
|
+ cron_deduplicated:
|
|
|
+ type: deduplication
|
|
|
+ # the time in seconds during which duplicate entries are discarded (default: 60)
|
|
|
+ time: 10
|
|
|
+ handler: cron_mailer
|
|
|
+ cron_mailer:
|
|
|
+ type: symfony_mailer
|
|
|
+ from_email: "cron@opentalent.fr"
|
|
|
+ to_email: "exploitation@opentalent.fr"
|
|
|
+ subject: "Cron - Critical Error"
|
|
|
+ level: error
|
|
|
+ formatter: monolog.formatter.html
|
|
|
+ content_type: text/html
|
|
|
|
|
|
|
|
|
# uncomment to get logging in your browser
|