Remove the "\" for Rsyslog 'messages' definition.
This commit is contained in:
parent
e996af165d
commit
af1c1ab7d1
|
@ -5,6 +5,7 @@
|
|||
|
||||
### Fix
|
||||
* Ensure to create olddir (/var/log/messages.d) for 'messages' log.
|
||||
* Remove the "\" for Rsyslog 'messages' definition.
|
||||
|
||||
## Release 0.4.0
|
||||
### Features
|
||||
|
|
Binary file not shown.
|
@ -48,7 +48,7 @@ local7.* /var/log/local7.log
|
|||
auth,authpriv.none;\
|
||||
news.none;mail.none -/var/log/debug
|
||||
|
||||
# All logs.\
|
||||
# All logs.
|
||||
*.=info;*.=notice;*.=warn;\
|
||||
auth,authpriv.none;\
|
||||
cron,daemon.none;\
|
||||
|
|
Loading…
Reference in New Issue