rsyslog/tests/testsuites/variable_leading_underscore.conf
Peter Portante bdc54a180e Accept leading underscores for variable names
The grammar now allows for leading underscores for variable names. This
addresses a problem stemming from the fact that the imjournal module
will create variables using the given name from systemd. All "trusted"
variables in systemd begin with a leading underscore.
2015-12-19 16:16:00 +00:00

4 lines
53 B
Plaintext

$IncludeConfig diag-common.conf
set $.foo = $!_FOO;