**Problem** Log file will increase terribly in debug mode, which make debug so hard due to search in the log file is too slow. **Possible solutions** Use linux `logrotate` to rotate log file every day.
Problem
Log file will increase terribly in debug mode, which make debug so hard due to search in the log file is too slow.
Possible solutions
Use linux
logrotateto rotate log file every day.