Skip to content

Commit

Permalink
Display exceptions on the terminal.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakar-io committed May 16, 2024
1 parent d13ea1f commit 5635a2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app/lifespan.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ async def lifespan(app: FastAPI):
structlog.stdlib.filter_by_level,
structlog.stdlib.PositionalArgumentsFormatter(),
structlog.processors.StackInfoRenderer(),
structlog.processors.format_exc_info,
structlog.processors.UnicodeDecoder(),
structlog.stdlib.render_to_log_kwargs,
],
Expand Down

0 comments on commit 5635a2d

Please sign in to comment.