Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 338aa06

Browse files
fix: more things
1 parent fd4d2bb commit 338aa06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/logging_configuration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ class BaseLogger(JsonFormatter):
99
def add_fields(self, log_record, record, message_dict):
1010
super(BaseLogger, self).add_fields(log_record, record, message_dict)
1111

12-
log_record["utctime"] = "meow"
12+
log_record["asctime"] = "meowasc"
13+
log_record["utctime"] = "meowutc"
1314

1415
def format_json_on_new_lines(self, json_str):
1516
# Parse the input JSON string

0 commit comments

Comments
 (0)