Skip to content

Commit

Permalink
fix: avoid serializing debug logs (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Oct 3, 2023
1 parent f74ddb5 commit 970f7c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions basedosdados_api/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,4 @@ def setup_logger(
format=format,
rotation="30 MB",
retention="7 days",
backtrace=True,
serialize=serialize,
)

0 comments on commit 970f7c9

Please sign in to comment.