Skip to content

Commit

Permalink
fix: Changed logger format
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-gil committed Dec 5, 2022
1 parent 5332264 commit 40f0139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgbot/misc/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
basicConfig(
filename=LOG_FILE,
level=INFO,
format="%(filename)s:%(lineno)d #%(levelname)-8s [%(asctime)s] - %(name)s - %(message)s",
format="%(levelname)-8s %(filename)s:%(lineno)d [%(asctime)s] - %(name)s - %(message)s",
)

0 comments on commit 40f0139

Please sign in to comment.