commit | 3009cfc2b580022d1f07d952a3a3387bb24b7222 | [log] [tgz] |
---|---|---|
author | Éric Lemoine <elemoine@mirantis.com> | Tue Dec 13 10:53:30 2016 +0000 |
committer | Éric Lemoine <elemoine@mirantis.com> | Tue Dec 13 15:43:25 2016 +0000 |
tree | 84a124cc11ad876752c33b5e553a32771affbafd | |
parent | f62ab31abc78968133e28648c7f1ba3f3660bf40 [diff] |
Use /var/log/auth.log and kern.log
diff --git a/rsyslog/map.jinja b/rsyslog/map.jinja index ca1af7a..e88c665 100644 --- a/rsyslog/map.jinja +++ b/rsyslog/map.jinja
@@ -32,7 +32,7 @@ createmode: "0640" umask: "0022" enabled: true - /var/log/auth: + /var/log/auth.log: sync: true filter: "auth,authpriv.*" owner: syslog @@ -40,7 +40,7 @@ createmode: "0640" umask: "0022" enabled: true - /var/log/kern: + /var/log/kern.log: sync: false filter: "kern.*" owner: syslog