Skip to content
Snippets Groups Projects
Commit d311f3a4 authored by Eric Eide's avatar Eric Eide
Browse files

Log `local5.err' messages (testbed daemon errors) to `/dev/console'.

Log `auth.info' messages (`ssh' logins) to `users.emulab.net'.
parent 15833f33
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
# Logging much else clutters up the screen.
#kern.* /dev/console
# For the testbed. Log ssh logins to ops.
local5.err /dev/console
auth.info @users.emulab.net
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none /var/log/messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment