Take me over?
The maintainer of this distribution is looking for someone to take over!
        If you're interested then please contact them via
        email.
        
      
  NAME
logging/file - Logging plugin to send logging to a file
SYNOPSIS
Plugin   logging/file
LogFile  log.out
LogLevel LOGWARN
DESCRIPTION
This plugin simply sends all error logging to the file specified.
CONFIG
LogLevel STRING | NUMBER
Specify the level of logging. One of:
LOGDEBUG   or 7
LOGINFO    or 6
LOGNOTICE  or 5
LOGWARN    or 4
LOGERROR   or 3
LOGCRIT    or 2
LOGALERT   or 1
LOGEMERG   or 0
LogFile STRING
A file to use for logging.