-
Bug
-
Resolution: Done
-
Major
-
None
-
Windows running Jenkins 2.246.2 and audit-trail-plugin version 3.11 (latest)
On the documentation page (or the readme.md in https://github.com/jenkinsci/audit-trail-plugin[)|https://github.com/jenkinsci/audit-log-plugin)] there is a mention that "recent entries can also be viewed in the Manage / System Log section". When I go to the System Logs page in Jenkins there is no link to the recent entries from the audit trail plugin entries.
- links to
marioja thanks for reporting this, it looks like an issue with the documentation which wasn't properly updated.
I couldn't track when this specific part of the doc was written since it predates the migration to Github.
I don't remember ever seeing the logged message ever written in the Jenkins logs. Note that it could be an addition through a new logger (JenkinsLogger) that would simply publish the audit trail entry to the Jenkins logs, but as is it doesn't exists.
I updated the doc to reflect the current behavior: https://github.com/jenkinsci/audit-trail-plugin/pull/100