Jul 26, 2017 · 1 min read
That can happen sometimes if the apps has significant amount of System.out or System.err statements. As a permanent solution get rid of those System.out and use a log manager to handle the application logs.
If the System.out and System.err are required we can have a shell script and a cron job or logrotate to rotate the log daily. Old logs can be compressed to save space.
