You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of exclude_patterns in the config yaml is confusing. A clear example or instruction should be provided to users.
Quote from master/examples/log_files.yml.example.advanced
exclude_patterns:
- exclude this
- \d+ things
This sample/instruction is kidding on the format.
It seems the exclude_patterns does not support either the plain path or the Regex pattern, as I tested.
The following config failed to exclude the log from the file at /LOG/FOLDER/tmp-stderr.log.
The usage of exclude_patterns in the config yaml is confusing. A clear example or instruction should be provided to users.
Quote from
master/examples/log_files.yml.example.advanced
This sample/instruction is kidding on the format.
It seems the
exclude_patterns
does not support either the plain path or the Regex pattern, as I tested.The following config failed to exclude the log from the file at
/LOG/FOLDER/tmp-stderr.log
.Please let me know the mistake I might have made in the test.
The text was updated successfully, but these errors were encountered: