Mercurial > repos > other > Puppet
view common/logwatch/log-http-error.conf @ 74:c2e5027202e2 puppet-3.6
Add missing dependency for Trac Subversion support on CentOS 7
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 25 Oct 2015 20:55:19 +0000 |
parents | 956e484adc12 |
children | 8316d4e55e92 |
line wrap: on
line source
######################################################## # Define log file group for httpd ######################################################## # What actual file? Defaults to LogPath if not absolute path.... LogFile = apache/error_*.log LogFile = apache/error_*.log.1 # If the archives are searched, here is one or more line # (optionally containing wildcards) that tell where they are... #If you use a "-" in naming add that as well -mgt Archive = apache/error_*.log.*.gz # Expand the repeats (actually just removes them now) *ExpandRepeats # Keep only the lines in the proper date range... *ApplyHttpErrorDate # vi: shiftwidth=3 tabstop=3 et