We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. the logs is growing up. should i use logrotate? seems like soon logfiles can be about 2Gb
The text was updated successfully, but these errors were encountered:
Yes, you should use logrotate or another log management system
Sorry, something went wrong.
Here is my logrotate config
/home/krbpooluser/krbpool/logs/*.log { yearly missingok rotate 180 compress delaycompress notifempty copytruncate su krbpooluser }
and what i get for all logs files, example for 1 file (pool_info.log) When running 1st time i get
pool_info.log pool_info.log.1
all as expected, pool_info.log size is 0 then running 2nd time
pool_info.log pool_info.log.1 pool_info.log.2.gz
ang pool_info.log is equal as before 1st run, containing data from the last year
No branches or pull requests
Hello.
the logs is growing up. should i use logrotate?
seems like soon logfiles can be about 2Gb
The text was updated successfully, but these errors were encountered: