Skip to content

Commit

Permalink
Merge pull request #7455 from kozlovsky/increase_log_size
Browse files Browse the repository at this point in the history
Increase the size of log files and the number of log file backups
  • Loading branch information
kozlovsky authored Jun 1, 2023
2 parents 3f046e2 + faa63f4 commit 0371e2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tribler/core/logger/logger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ handlers:
level: INFO
formatter: standard
filename: TRIBLER_INFO_LOG_FILE
maxBytes: 102400 # 100KB
backupCount: 1
maxBytes: 1048576 # 1 megabyte
backupCount: 2
encoding: utf8
info_memory_handler:
Expand All @@ -33,8 +33,8 @@ handlers:
level: ERROR
formatter: error
filename: TRIBLER_ERROR_LOG_FILE
maxBytes: 102400 # 100KB
backupCount: 1
maxBytes: 1048576 # 1 megabyte
backupCount: 2
encoding: utf8
error_memory_handler:
Expand Down

0 comments on commit 0371e2a

Please sign in to comment.