This happens on large bots that run for a long time, that log more than 8000 lines.
Logs more than 8,000 lines, the logger wraps around and starts overwriting from the first log file.
Steps to reproduce:
- Loop a Log Message action 8,001 times
- Check the log files — the first file gets overwritten
Taskbot JSON attached.
Also label at StartLoggerSession.java#L82 should say the default is 1,000 lines.
|
@Pkg(label = "Maximum log entries per file", default_value_type = DataType.NUMBER, default_value = "1000") |
If you have some ideas on mind I can try some fixes.