mirror of https://github.com/apache/cloudstack.git
dont log local0 to var/log/messages
This commit is contained in:
parent
fd92dedf31
commit
cdc6864e7e
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# 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
|
||||
*.info;mail.none;authpriv.none;cron.none;local0.none /var/log/messages
|
||||
|
||||
# The authpriv file has restricted access.
|
||||
authpriv.* /var/log/secure
|
||||
|
|
|
|||
Loading…
Reference in New Issue