summaryrefslogtreecommitdiffstats
path: root/doc/log_rotation_fix_size.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-11 08:37:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-11 08:37:11 +0200
commit5442adf8f407594d6197e58db492f31048ac4f85 (patch)
treed85d664d5b7d68ecd521bfe235ffabd99e9fc859 /doc/log_rotation_fix_size.html
parentf09ee69ee1b7f8c098d0720c8e85a6753cc7d342 (diff)
downloadrsyslog-5442adf8f407594d6197e58db492f31048ac4f85.tar.gz
rsyslog-5442adf8f407594d6197e58db492f31048ac4f85.tar.xz
rsyslog-5442adf8f407594d6197e58db492f31048ac4f85.zip
support for :omfile: forward compatibility directive
Diffstat (limited to 'doc/log_rotation_fix_size.html')
-rw-r--r--doc/log_rotation_fix_size.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/log_rotation_fix_size.html b/doc/log_rotation_fix_size.html
index 190b24cb..51edf033 100644
--- a/doc/log_rotation_fix_size.html
+++ b/doc/log_rotation_fix_size.html
@@ -34,7 +34,7 @@ Channels to achieve this. Putting the following directive</p>
# outchannel definiation
$outchannel log_rotation,/var/log/log_rotation.log, 52428800,/home/me/./log_rotation_script
# activate the channel and log everything to it
-*.* $log_rotation
+*.* :omfile:$log_rotation
# end log rotation via outchannel
</pre></p>