Skip to content

Commit

Permalink
fix: Format exceptions in the console
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 12, 2024
1 parent 4b07803 commit 7db7ccd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scrape_it_now/helpers/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
TimeStamper,
UnicodeDecoder,
add_log_level,
format_exc_info,
)
from structlog.stdlib import PositionalArgumentsFormatter

Expand All @@ -35,7 +34,6 @@
TimeStamper(fmt="iso", utc=True),
# Add exceptions info
StackInfoRenderer(),
format_exc_info,
# Decode Unicode to str
UnicodeDecoder(),
# Pretty printing in a terminal session
Expand Down

0 comments on commit 7db7ccd

Please sign in to comment.