view common/logwatch/logfiles_php.conf @ 334:ee4760967d2f

Separate LetsEncrypt certs Each site now has its own cert (fixed after discovering hiveworldterra.ibboard.co.uk wasn't on the main HWT cert)
author IBBoard <dev@ibboard.co.uk>
date Sun, 15 Mar 2020 20:02:35 +0000
parents bafd91f195de
children d3b10f2a5f60
line wrap: on
line source

########################################################
# Logfile definition for PHP which points to Apache logs
########################################################

# 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...
Archive = apache/error_*.log.*.gz

# Expand the repeats (actually just removes them now)
*ExpandRepeats


# Keep only the lines in the proper date range...
#*ApplyHttpErrorDate
*ApplyStdDate = "\[%a %b %d %H:%M:%S.\d{6} %Y\]"

# vi: shiftwidth=3 tabstop=3 et