Replace the deprecated rsyslog config style
The old style has been deprecated for time: http://www.rsyslog.com/doc/v8-stable/compatibility/v7compatibility.html#omruleset-and-discard-action-are-deprecated TrivialFix Change-Id: I70fa065f5fbd686ddb8f4134bb93c08c7af00365
This commit is contained in:
parent
a755aa88e4
commit
93df2483c6
@ -140,5 +140,7 @@ $template MagnumConductorFile,"/var/log/magnum/magnum-conductor.log"
|
|||||||
:syslogtag,contains,"magnum-conductor" ?MagnumConductorFile
|
:syslogtag,contains,"magnum-conductor" ?MagnumConductorFile
|
||||||
|
|
||||||
$template DynFile,"/var/log/syslog.log"
|
$template DynFile,"/var/log/syslog.log"
|
||||||
*.* ?DynFile
|
*.* {
|
||||||
& ~
|
?DynFile
|
||||||
|
stop
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user