diff options
| author | 2016-01-21 16:46:34 -0700 | |
|---|---|---|
| committer | 2016-01-21 16:46:34 -0700 | |
| commit | a73ccb8276861dab3fcba34c2783122655947844 (patch) | |
| tree | 1823287054c36c65de0f43963a180788d082570c /config-default | |
| parent | 939891b050a6c0c5f44acf6ef43a30ee76719a16 (diff) | |
Have the Inspect/opalert routines print a backlog to an incident-specific logfile, rather than a single file, and include a shortlink to this logfile when generating alerts
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default/settings.xml b/config-default/settings.xml index 4001890..830effa 100644 --- a/config-default/settings.xml +++ b/config-default/settings.xml @@ -9,6 +9,7 @@ <debugchan>#antispammeta-debug</debugchan> <log> <actiondir>actionlogs/</actiondir> + <detectdir>detectlogs/</detectdir> <dir>logs/</dir> <filefmt>-%Y-%m-%d.log</filefmt> <timefmt>%Y-%m-%d %T </timefmt> |
