-
Bug
-
Resolution: Fixed
-
Minor
-
None
It seems that the audit lck files are not removed during a jenkins restart or clean shutdown. This causes the "unique" portion to be incremented on each launch of the master.
- duplicates
-
JENKINS-44129 Log file logger for Audit trail plugin leaks open file descriptors
-
- Resolved
-
Is there a way to update https://github.com/jenkinsci/audit-trail-plugin/blob/master/src/main/java/hudson/plugins/audit_trail/LogFileAuditLogger.java to close the FileHandler on JVM termination?