mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 16:50:42 +01:00
This does not have any practical problems associated with it, EXCECPT that it caused almost all valgrind testbench tests to fail.
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
global(workDirectory="/tmp")
|
|
template(name="outfmt" type="string" string="%$!usr!msg:F,58:2%\n")
|
|
|
|
set $!usr!msg = $msg;
|
|
if $msg contains 'msgnum' then
|
|
action(type="omfile" file="./rsyslog.out.log" template="outfmt"
|
|
queue.type="disk" queue.filename="rsyslog-act1")
|