only notify on exceptions by email in deployment configuration

This commit is contained in:
Frédéric Péters 2013-01-07 14:17:42 +01:00
parent e112341920
commit e0f14b7673
2 changed files with 11 additions and 9 deletions

View File

@ -69,15 +69,6 @@ access-log-custom =
max-size 1MB
old-files 720
</logfile>
mailinglogger =
<mailing-logger>
level error
flood-level 10
# smtp-server localhost:9025
from pfwb-monitoring@ecreall.com
to pfwb-monitoring@ecreall.com
subject [Error on PFWB] [%(hostname)s] %(line)s
</mailing-logger>
[zopepy]
recipe = zc.recipe.egg

View File

@ -26,3 +26,14 @@ command = ${backup-template:output}
recipe = z3c.recipe.usercrontab
times = 0 1 * * 0
command = ${buildout:bin-directory}/zeopack -B ${buildout:directory}/var/blobstorage/
[instance1]
mailinglogger =
<mailing-logger>
level error
flood-level 10
# smtp-server localhost:9025
from pfwb-monitoring@ecreall.com
to pfwb-monitoring@ecreall.com
subject [Error on PFWB] [%(hostname)s] %(line)s
</mailing-logger>