mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-04 17:49:48 +01:00
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
# Rsyslog configuration file for docker.
|
|
|
|
template(name="DynaFile" type="string"
|
|
string="/var/log/docker/%$now%/%syslogtag:R,ERE,0,DFLT:[^[]*--end:secpath-replace%.log"
|
|
)
|
|
#if $programname == "docker" then ?DynaFile
|
|
if $programname != "rsyslogd" then -?DynaFile
|
|
|