2023-03-29 13:35:19 +02:00

8 lines
176 B
Plaintext

# Create a template for the target log file
$template CUSTOM_LOGS,"/var/log/containers/%programname%.log"
if $programname startswith 'docker-' then {
?CUSTOM_LOGS
stop
}