Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the size of log files and the number of log file backups #7455

Merged
merged 1 commit into from Jun 1, 2023

Conversation

kozlovsky
Copy link
Collaborator

The current size of log files is 100 kilobytes per file, with one backup file for each log file. It is too small if we are trying to find the error details in log files, as the file got deleted quickly.

In this PR, I slightly increase the size of log files: from 100 kilobytes to 1 megabyte and the number of log file backups from 1 to 2.

As a result, we should have 6 log files (tribler-gui-info.log, 'tribler-gui-error.log', tribler-core-info.log, and tribler-core-error.log) of 1 megabyte each and two backups for each file, 12 megabytes in total (still not too much).

@kozlovsky kozlovsky requested a review from a team as a code owner June 1, 2023 14:22
@kozlovsky kozlovsky requested review from xoriole and removed request for a team June 1, 2023 14:22
@kozlovsky kozlovsky merged commit 0371e2a into Tribler:release/7.13 Jun 1, 2023
16 checks passed
@kozlovsky kozlovsky deleted the increase_log_size branch June 1, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants