Hi, Could you please reply to my email?
Thank you, Daniel From: Daniel Mantzakos<mailto:[email protected]> Sent: Πέμπτη, 16 Απριλίου 2020 5:17 μμ To: [email protected]<mailto:[email protected]> Subject: Log4j2 Delete on Rollover does not delete folders prior to the maxDepth Hi, I am using log4j2 (2.8.2) and trying to use the Delete on Rollover action. All the files up to the maxDepth level are deleted normally. The problem is that all the folders prior to the maxDepth are not deleted. For example, when I set maxDepth=3, the folders in levels 1 and 2 are not deleted. Only the folders in level 3 are deleted. After setting the internal log4j status to trace, I can see that log4j sorts and prints in its log the paths of all the files existing up to level 3 and all the folders existing in level 3. The paths of the folders (in level 1 and 2) which are not deleted, are not printed in the log file. Therefore, it is not that it tries to delete them and it cannot, but it does not list these paths at all, that is why it never deletes them. Could you please inform me if this is a bug and if it is, how can I report it? Thank you, Daniel
