Skip to content

Commit

Permalink
chore: comment import init logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Dec 26, 2024
1 parent c1ce420 commit 4bcb94c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tidy_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
__version__ = "0.3.1"


# upon import:
# - remove existing logger
# - update logging format
# - log welcome message for documentation
LOG_FORMAT: str = "{time:HH:mm:ss} | <level>{level:<8}</level> | {message}"
logger.remove()
logger.add(sys.stderr, format=LOG_FORMAT)
Expand Down

0 comments on commit 4bcb94c

Please sign in to comment.