Skip to content

Commit

Permalink
Remove bad log formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dpup committed Sep 13, 2024
1 parent 263e8d2 commit 840e50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-mate.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def getLogFormat():
"levelname": "level",
"lineno": "line",
},
datefmt="%Y-%m-%dT%H:%M:%S.%fZ",
datefmt="%Y-%m-%dT%H:%M:%SZ",
)
logHandler.setFormatter(formatter)
logging.basicConfig(
Expand Down

0 comments on commit 840e50a

Please sign in to comment.