# SysLog options file
#
# Each line of this file is of the format:
#   <logname> <options> [<level> [<max>]]
#
# where:
#
# <logname> is the log to set, or * for the defaults to apply
#           to future logs. Logging received from remote
#           machines goes to Remote.<log>
#
# <options> may be:
#             [Remote:<machine>|NoRemote]
#                specifies a remote machine to which logging
#                should be sent, or log locally
#             [Facility:<name|number>]
#                if included with the Remote command,
#                specifies a facility to log with on the
#                remote machine
#
#             [DupeCheck|NoDupeCheck]
#                specifies whether duplicates will be indicated
#
#             [Static|NoStatic]
#                specifies whether logging will be held in
#                memory or sent to a file (or a remote machine)
#
#             [Cache|NoCache]
#                specifies whether logs should be cached or
#                logged immediately
#
# <level>   is the limit for logging: above this value, nothing
#           will be logged
#
# <max>     is the maximum size in kilobytes to which the log
#           is allowed to grow before it is moved to the 'Old'
#           directory. Use 0 to leave this unlimited.
#
# The default log, *, is used for all logs which do not specify
# options, or for any options which are left unspecified.

