fix: fixed shifts time tracking

This commit is contained in:
2025-11-25 13:21:28 +04:00
parent 678dd18e12
commit cb0168a199
5 changed files with 168 additions and 92 deletions

View File

@@ -17,4 +17,4 @@ class JsonFormatter(logging.Formatter):
if record.exc_info:
log_record["exception"] = self.formatException(record.exc_info)
return json.dumps(log_record)
return json.dumps(log_record, ensure_ascii=False)