Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
chore: more details log
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 17, 2025
1 parent 90f5c6c commit 65bcabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpn_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
)
SIMPLE_LOG_MESSAGE: LiteralString = "[%(levelname)s]: %(message)s"
DETAIL_LOG_MESSAGE: LiteralString = (
"%(asctime)s [%(levelname)s] - %(message)s (%(filename)s:%(lineno)d - %(module)s)"
"%(asctime)s [%(levelname)s] - %(message)s (%(filename)s:%(lineno)d - %(pathname)s)"
)

0 comments on commit 65bcabd

Please sign in to comment.