Skip to content

Commit

Permalink
Revert back to old logging property names so fluentd continues to work (
Browse files Browse the repository at this point in the history
#3189)

* Revert to this so fluentd continues to work

* Revert to this older naming scheme
  • Loading branch information
dmanjunath committed Jun 2, 2022
1 parent 91fdaa1 commit ecb7323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discovery-provider/src/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ def tuple_to_model_dictionary(t, model):


log_format = {
"level": "levelno",
"logLevel": "levelname",
"levelno": "levelno",
"level": "levelname",
"msg": "message",
"timestamp": "asctime",
"pathname": "pathname",
Expand Down

0 comments on commit ecb7323

Please sign in to comment.