Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
feat: ✨ add logger name to message
Browse files Browse the repository at this point in the history
  • Loading branch information
AnzhiZhang committed Jul 2, 2022
1 parent b631662 commit 73aef83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Logger:
format = logging.Formatter(
'[%(asctime)s] [%(levelname)s]: %(message)s',
'[%(asctime)s] [%(levelname)s]: [%(name)s] %(message)s',
datefmt='%Y-%m-%d %H:%M:%S'
)

Expand Down

0 comments on commit 73aef83

Please sign in to comment.