7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
|
# Rsyslog configuration file for docker.
|
||
|
|
||
|
template(name="DynaFile" type="string" string="/var/log/docker/%programname%.log")
|
||
|
|
||
|
if $programname != "rsyslogd" then {
|
||
|
action(type="omfile" dynaFile="DynaFile")
|
||
|
}
|