diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-09 17:33:12 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-09 17:33:12 +0200 |
commit | da6489743cd31a7896f17f5500dbfd18e0560260 (patch) | |
tree | 2683a7a5cb143bbdddf1bfc961fcd8fe6edaab7a /doc/rsyslog_conf_output.html | |
parent | 59f8ebdba75d693f7b462f51b7b50136b590dea7 (diff) | |
download | rsyslog-da6489743cd31a7896f17f5500dbfd18e0560260.tar.gz rsyslog-da6489743cd31a7896f17f5500dbfd18e0560260.tar.bz2 rsyslog-da6489743cd31a7896f17f5500dbfd18e0560260.zip |
milestone/[PARTWORK]: made sure all legacy selectors work
... except for the not guaranteed $outchannel construct, which we
could not fix without syntax change. Shouldn't hurt too many.
Diffstat (limited to 'doc/rsyslog_conf_output.html')
-rw-r--r-- | doc/rsyslog_conf_output.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsyslog_conf_output.html b/doc/rsyslog_conf_output.html index c52aaa5e..426f2f27 100644 --- a/doc/rsyslog_conf_output.html +++ b/doc/rsyslog_conf_output.html @@ -49,7 +49,7 @@ does not activate it. To do so, you must use a selector line (see below). That selector line includes the channel name plus an $ sign in front of it. A sample might be:<br> <br> -*.* $mychannel<br> +*.* :omfile:$mychannel<br> <br> In its current form, output channels primarily provide the ability to size-limit an output file. To do so, specify a maximum size. When this |