Skip to content

Commit

Permalink
new: added default configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Jun 30, 2021
1 parent cfb2349 commit 3e991ed
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions etc/default-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
fields:
time:
names: [ts, TS, time, TIME, Time, _SOURCE_REALTIME_TIMESTAMP, __REALTIME_TIMESTAMP]
logger:
names: [logger, LOGGER, Logger]
level:
variants:
- names: [level, LEVEL, Level]
values:
debug: [debug]
info: [info, information]
warning: [warning, warn]
error: [error, err, fatal, critical, panic]
- names: [PRIORITY]
values:
debug: [7]
info: [6]
warning: [5, 4]
error: [3, 2, 1]
message:
names: [msg, message, MESSAGE, Message]
caller:
names: [caller, CALLER, Caller]

0 comments on commit 3e991ed

Please sign in to comment.