diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-17 07:55:24 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-17 07:55:24 +0200 |
commit | 03dedf4568f0f2d9c645b1dc905325087984d9ca (patch) | |
tree | 1931fbbad2712801370d20bbabf3450862d00c5b | |
parent | 2285e8da87184d418f4b015f92a42b9914753498 (diff) | |
download | rsyslog-03dedf4568f0f2d9c645b1dc905325087984d9ca.tar.gz rsyslog-03dedf4568f0f2d9c645b1dc905325087984d9ca.tar.bz2 rsyslog-03dedf4568f0f2d9c645b1dc905325087984d9ca.zip |
fix imjournal doc after merging patch
... was changed in the interim, so the result of the merge was
sub-optimal ;)
-rw-r--r-- | doc/imjournal.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/doc/imjournal.html b/doc/imjournal.html index 5a18d5d6..4095dba2 100644 --- a/doc/imjournal.html +++ b/doc/imjournal.html @@ -38,8 +38,9 @@ is hard need to do so.</b> <p><b>Configuration Directives</b>:</p> <p><b>Module Directives</b></p> <ul> -<li><b>PersistStateInterval</b> messages<br> +<li><b>PersistStateInterval</b> number-of-messages<br> This is a global setting. It specifies how often should the journal state be persisted. +The persists happens after each <i>number-of-messages</i>. This option is useful for rsyslog to start reding from the last journal message it read. <li><b>StateFile</b> /path/to/file<br> @@ -98,15 +99,5 @@ $template CEETemplate,"%TIMESTAMP% %HOSTNAME% %syslogtag% @cee: %$!all-json%\n" *.* /var/log/ceelog;CEETemplate </textarea> -<p><b>Legacy Configuration Directoves</b>:</p> -<ul> -<li><strong>$ImjournalPersistStateInterval [lines]</strong><br> -It specifies how often should the journal state be persisted. This option is useful for rsyslog to start reading from the last journal message it read. -</li> -<li><strong>$ImjournalStateFile /path/to/file</strong><br> -It specifies where the state file for persisting journal state is located. -</li> -</ul> - </body> </html> |