mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 08:40:42 +01:00
doc bugfix: rsyslog.conf man page had invalid file format info
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=418
This commit is contained in:
parent
5aaeb6287b
commit
462426844d
@ -1,4 +1,8 @@
|
||||
----------------------------------------------------------------------------
|
||||
Version 7.2.7 [v7-stable] 2013-03-??
|
||||
- doc bugfix: rsyslog.conf man page had invalid file format info
|
||||
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=418
|
||||
----------------------------------------------------------------------------
|
||||
Version 7.2.6 [v7-stable] 2013-03-05
|
||||
- slightly improved config parser error messages when invalid escapes happen
|
||||
- bugfix: include files got included in the wrong order
|
||||
|
||||
@ -218,7 +218,7 @@ beginning with a slash ('/').
|
||||
|
||||
.B Example:
|
||||
.RS
|
||||
*.* /var/log/traditionalfile.log;RSYSLOG_TraditionalFormat # log to a file in the traditional format
|
||||
*.* /var/log/traditionalfile.log;RSYSLOG_TraditionalFileFormat # log to a file in the traditional format
|
||||
.RE
|
||||
|
||||
Note: if you would like to use high-precision timestamps in your log files,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user