Skip to content

Commit

Permalink
Update log keys to match logstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyom authored Aug 18, 2022
1 parent dfe353e commit cbb5b2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config-logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ data:
"errorOutputPaths": ["stderr"],
"encoding": "json",
"encoderConfig": {
"timeKey": "ts",
"levelKey": "level",
"timeKey": "timestamp",
"levelKey": "severity",
"nameKey": "logger",
"callerKey": "caller",
"messageKey": "msg",
"messageKey": "message",
"stacktraceKey": "stacktrace",
"lineEnding": "",
"levelEncoder": "",
Expand Down

0 comments on commit cbb5b2b

Please sign in to comment.