summaryrefslogtreecommitdiff
path: root/logcheck/README
blob: ebc5fd58077f699fc87581eb5470b6143d8f386d (plain)
  1. File naming:
  2. * Name the file after the package containing the daemon/program
  3. emitting the log entries
  4. * Append .changes if the file completely replaces the one currently in
  5. Debian officially (either provided by logcheck or the package itself)
  6. * Append .tmp if the entries are not really meant to be included
  7. officially in Debian
  8. * Nothing appended means the entries are additions to (possible)
  9. existing entries for the package
  10. * Entries in ignore.d.workstation are additions to ones in
  11. ignore.d.server, not replacements
  12. Coding style of entries:
  13. * Be strict! Avoid ".*" (have a look at bind entries for inspiration)
  14. * Merge similar lines with (foo|bar) constructs
  15. * Append "$" if possible (but only when entry is strict!)
  16. * comments are allowed: First character of the line must be a #