Skip to content

Commit

Permalink
Increase system.log file size limit to 64MB
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrench56 committed Jul 16, 2024
1 parent 500485a commit 7963de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/config/logger.config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ datefmt=%Y-%m-%d %H:%M:%S
[handler_logfile]
class=handlers.RotatingFileHandler
level=DEBUG
# 16MB rotating log file
args=('logs/system.log', 'a', 16777216)
# 64MB rotating log file
args=('logs/system.log', 'a', 67108864)
formatter=logfileformatter

0 comments on commit 7963de1

Please sign in to comment.