Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nighty3098 committed Aug 30, 2024
1 parent 444be37 commit 63a1e62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
logger.add(
log_file,
level="DEBUG",
rotation="500 MB",
rotation="100 MB",
retention="30 days",
compression="zip",
backtrace=True,
diagnose=True,
)

0 comments on commit 63a1e62

Please sign in to comment.