Skip to content

Commit 6d8aad3

Browse files
authored
Merge pull request #444 from thekofimensah/patch-1
Update to clarify exclude only works for filenames
2 parents 72474b0 + 2dcf13c commit 6d8aad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Read config from config.ini and put to stdout::
224224
tags: tag1,tag2
225225
add_field: fieldname1,fieldvalue1[,fieldname2,fieldvalue2, ...]
226226

227-
; follow all logs in /var/log except those with `messages` or `secure` in the name.
227+
; follow all logs in /var/log except those with `messages` or `secure` in the name *of the file*. Currently it is not possible to exclude certain lines of a file.
228228
; The exclude tag must be a valid python regular expression.
229229
[/var/log/*log]
230230
type: syslog

0 commit comments

Comments
 (0)