Skip to content

Commit

Permalink
umu_log: remove module name in simple format
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Nov 23, 2024
1 parent 35a9dc7 commit b4b9864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/umu_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Color: # noqa: D101
RESET = "\u001b[0m"


SIMPLE_FORMAT = "[%(name)s] %(levelname)s: %(message)s"
SIMPLE_FORMAT = "%(levelname)s: %(message)s"

DEBUG_FORMAT = "[%(name)s.%(module)s:%(lineno)d] %(levelname)s: %(message)s"

Expand Down

0 comments on commit b4b9864

Please sign in to comment.