mynode/rootfs/standard/etc/rsyslog.d/mynode_quicksync.conf

6 lines
255 B
Plaintext
Raw Normal View History

2019-06-15 23:02:44 +00:00
if $programname == 'mynode_quicksync' and $msg contains 'Seeding, uploading to' then ~
& stop
if $programname == 'mynode_quicksync' and $msg contains 'Progress:' then ~
& stop
if $programname == 'mynode_quicksync' then /var/log/mynode_quicksync.log
& stop