diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-04 07:58:31 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-04 07:58:31 +0000 |
commit | 69dd00dc9fdee79097fa45d1dbaa39be770aea42 (patch) | |
tree | 63cc0434424a73450bc7076bcec6cd312105e2ed /doc/rsyslog_conf.html | |
parent | f7ab1e5daf99ad76f1a40cfc539a29eb676b46cc (diff) | |
download | rsyslog-69dd00dc9fdee79097fa45d1dbaa39be770aea42.tar.gz rsyslog-69dd00dc9fdee79097fa45d1dbaa39be770aea42.tar.xz rsyslog-69dd00dc9fdee79097fa45d1dbaa39be770aea42.zip |
added a few links for easier reading
Diffstat (limited to 'doc/rsyslog_conf.html')
-rw-r--r-- | doc/rsyslog_conf.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 977301e4..504eeca5 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -408,7 +408,14 @@ name. Thus, the selector line for our dynamic file name would look as follows:</ <code>*.* ?DynFile</code> </p> <p>That's all you need to do. Rsyslog will now automatically generate file names -for you and store the right messages into the right files.</p> +for you and store the right messages into the right files. Please note that the +minus sign also works with dynamic file name selectors. Thus, to avoid syncing, +you may use</p> +<p align="center"> +<code>*.* -?DynFile</code></p> +<p>And of course you can use templates to specify the output format:</p> +<p align="center"> +<code>*.* ?DynFile;MyTemplate</code></p> <p><b>A word of caution:</b> rsyslog creates files as needed. So if a new host is using your syslog server, rsyslog will automatically create a new file for it. <b>However, directories are never created</b>. So if you use a dynamic |