Sha256: d19c8c54c662b6b5dba1dc885a4f30c5bf4e7df0aaffc7f10f2a7d27b05b6d51

Contents?: true

Size: 1.8 KB

Versions: 7

Compression:

Stored size: 1.8 KB

Contents

#  /etc/syslog.conf     Configuration file for syslogd.
#
#                       For more information see syslog.conf(5)
#                       manpage.

#
# First some standard logfiles.  Log by facility.
#

auth,authpriv.*                 /mnt/log/auth.log
*.*;auth,authpriv.none          -/mnt/log/syslog
#cron.*                         /mnt/log/cron.log
daemon.*                        -/mnt/log/daemon.log
kern.*                          -/mnt/log/kern.log
lpr.*                           -/mnt/log/lpr.log
mail.*                          -/mnt/log/mail.log
user.*                          -/mnt/log/user.log

#
# Logging for the mail system.  Split it up so that
# it is easy to write scripts to parse these files.
#
mail.info                       -/mnt/log/mail.info
mail.warn                       -/mnt/log/mail.warn
mail.err                        /mnt/log/mail.err

#
# Some `catch-all' logfiles.
#
*.=debug;\
        auth,authpriv.none;\
        news.none;mail.none     -/mnt/log/debug
*.=info;*.=notice;*.=warn;\
        auth,authpriv.none;\
        cron,daemon.none;\
        mail,news.none          -/mnt/log/messages

#
# Emergencies are sent to everybody logged in.
#
*.emerg                         *

#
# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.
#
#daemon,mail.*;\
#       news.=crit;news.=err;news.=notice;\
#       *.=debug;*.=info;\
#       *.=notice;*.=warn       /dev/tty8

# The named pipe /dev/xconsole is for the `xconsole' utility.  To use it,
# you must invoke `xconsole' with the `-file' option:
# 
#    $ xconsole -file /dev/xconsole [...]
#
# NOTE: adjust the list below, or you'll go crazy if you have a reasonably
#      busy site..
#
daemon.*;mail.*;\
        news.err;\
        *.=debug;*.=info;\
        *.=notice;*.=warn       |/dev/xconsole

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
ewoutvonk-ec2onrails-0.9.10.4.001 server/files/etc/syslog.conf
gigpark-ec2onrails-0.9.10.3 server/files/etc/syslog.conf
pauldowman-ec2onrails-0.9.10.0 server/files/etc/syslog.conf
pauldowman-ec2onrails-0.9.10.1 server/files/etc/syslog.conf
pauldowman-ec2onrails-0.9.10.2 server/files/etc/syslog.conf
pauldowman-ec2onrails-0.9.10.3 server/files/etc/syslog.conf
pauldowman-ec2onrails-0.9.10.4 server/files/etc/syslog.conf