Skip to content

Commit

Permalink
Add more values to match
Browse files Browse the repository at this point in the history
The check is case-sensitive, adding some more normal casing cases.
  • Loading branch information
Jellyfrog authored Aug 30, 2023
1 parent d9423d5 commit 6050927
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions etc/defaults/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fields:
time,
TIME,
Time,
Timestamp,
_SOURCE_REALTIME_TIMESTAMP,
__REALTIME_TIMESTAMP,
]
Expand All @@ -26,10 +27,10 @@ fields:
variants:
- names: [level, LEVEL, Level]
values:
debug: [debug]
info: [info, information]
warning: [warning, warn]
error: [error, err, fatal, critical, panic]
debug: [debug, Debug]
info: [info, information, Information]
warning: [warning, Warning, warn]
error: [error, Error, err, fatal, critical, panic]
- names: [PRIORITY]
values:
debug: [7]
Expand Down

0 comments on commit 6050927

Please sign in to comment.