diff options
author | intrigeri <intrigeri@boum.org> | 2010-01-05 13:39:32 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-01-05 13:39:32 +0100 |
commit | 8fb9415609b3181d8522f42115508dd7a3643345 (patch) | |
tree | 5674eb8ced0286cecf39e33d9595664bdc7b7107 /etc | |
parent | 00e759430a1812bd5a2ca8dc5cc8e5046330c10b (diff) | |
download | backupninja-8fb9415609b3181d8522f42115508dd7a3643345.tar.gz backupninja-8fb9415609b3181d8522f42115508dd7a3643345.tar.bz2 |
Adding optional report of infos sent by handlers in the email (closes #563734)
Cherry-picked and re-indented patch 76792c8f45afa1fdaeb81c2af77499ca0b83ce64
from Olivier Berger.
Conflicts:
src/backupninja.in
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backupninja.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in index f7668a5..de1fbf3 100644 --- a/etc/backupninja.conf.in +++ b/etc/backupninja.conf.in @@ -21,6 +21,10 @@ reportemail = root # even if all modules reported success. (default = yes) reportsuccess = yes +# if set to 'yes', info messages from handlers will be +# sent into the email (default = no) +reportinfo = no + # if set to 'yes', a report email will be generated # even if there was no error. (default = yes) reportwarning = yes |