After upgrading to version 11.8.2, the ws-legacy.log configured the size limit and is not rolling over. The maximum size is set correctly in general.properties as follows:
appender.rolling.policies.size.size=10MB
The ws-api.log and the ws.log do not have the problem. Their maximum size corresponds to the configuration. In this case, 10 MB. |