Don't log dracut initrd regeneration messages into /tmp/syslog (#1369439)
Related: rhbz#1369439 Keep it same as in RHEL 7.2. They increase the size of the /tmp/syslog file from ~280K to ~1M, and can be obtained from journal if needed.
This commit is contained in:
parent
b5d0b1fd79
commit
05d271d0d9
@ -66,6 +66,9 @@ $template virtio_ForwardFormat, "<%PRI%>%TIMESTAMP:::date-rfc3339% localhost %sy
|
||||
# log everything except anaconda-specific records from local1 (those are stored
|
||||
# directly into files via python logging)
|
||||
|
||||
# discard messages from dracut regenerating initrd
|
||||
:programname,isequal,"dracut" ~
|
||||
|
||||
*.*;\
|
||||
authpriv.none;\
|
||||
local1.none /tmp/syslog;anaconda_syslog
|
||||
|
Loading…
Reference in New Issue
Block a user