Before SAP Agent 12.1, the log files were sert in uppercase.
Since 12.1, they are in lowercase.
The problem is that, if old uppercase files remain in the log folder, the current log won't be rotated at all.
There was a change in the default .ini files in 12.0 -> 12.1
iI 12.0,log file is defined as uppercase :
logging=..\TEMP\UCXJR3X_LOG_##.TXT
Begining from 12.1, only lowercase :
logging=..\temp\ucxjsqlx_log_##.TXT
So, if used under Windows, where the filesystem is NOT case-sensitive, it will cause this effect, that if there is difference between the existing files in the TEMP folder and the naming syntax in the .ini file, that they can not be rotated.
Release : 12.3
Component : AUTOMATION ENGINE
Workaround :
This behavior will not be changed : once the Workaround has been applied on the "old" Agents, there won't be any need to do any further change at all, including for new Agents.