Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Feb 12, 2024
1 parent a46d04d commit 25c4f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwdb/core/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def setup_logger():

if enable_json_logger:
formatter = jsonlogger.JsonFormatter(
fmt="%(filename) %(funcName) %(levelname) %(message)",
fmt="%(funcName) %(levelname) %(message)",
timestamp=True,
)
else:
Expand Down

0 comments on commit 25c4f9b

Please sign in to comment.