mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 13:10:43 +01:00
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.
4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
set $.foo = $!_FOO;
|