Created
August 31, 2011 19:15
-
-
Save monde/1184438 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.notice;authpriv,remoteauth,ftp,install,internal.none /var/log/system.log | |
kern.* /var/log/kernel.log | |
# Send messages normally sent to the console also to the serial port. | |
# To stop messages from being sent out the serial port, comment out this line. | |
#*.err;kern.*;auth.notice;authpriv,remoteauth.none;mail.crit /dev/tty.serial | |
# The authpriv log file should be restricted access; these | |
# messages shouldn't go to terminals or publically-readable | |
# files. | |
auth.info;authpriv.*;remoteauth.crit /var/log/secure.log | |
lpr.info /var/log/lpr.log | |
mail.* /var/log/mail.log | |
ftp.* /var/log/ftp.log | |
install.* /var/log/install.log | |
install.* @127.0.0.1:32376 | |
local0.* /var/log/appfirewall.log | |
local1.* /var/log/ipfw.log | |
local7.* /var/log/rails.log | |
*.emerg * | |
# *.* @logs.papertrailapp.com:62864 | |
local7.* @logs.papertrailapp.com:62864 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment