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

Commit 1b01247

Browse files
fix: utctime2
1 parent 93b20ef commit 1b01247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/logging_configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def add_fields(self, log_record, record, message_dict):
1313
asctime = datetime.strptime(log_record.get('asctime'), asctime_format)
1414

1515
log_record["utctime"] = asctime.isoformat()
16+
log_record["utctime2"] = asctime.isoformat()
1617

1718
def format_json_on_new_lines(self, json_str):
1819
# Parse the input JSON string

0 commit comments

Comments
 (0)