Details
-
Improvement
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
Description
listener.getLogger().format("[%tc] Received %s %s event with timestamp %tc%n",
start, event.getClass().getName(), event.getType().name(), event.getTimestamp());
instead of
listener.getLogger().format("[%tc] Received %s event with timestamp %tc%n",
start, event.getType().name(), event.getTimestamp());
So that you can identify the plugin from which the events originate
Attachments
Issue Links
- links to
Code changed in jenkins
User: Stephen Connolly
Path:
src/main/java/jenkins/branch/MultiBranchProject.java
src/main/java/jenkins/branch/OrganizationFolder.java
http://jenkins-ci.org/commit/branch-api-plugin/7e131c4eed023755fbf7ccae7930c852db799c8a
Log:
JENKINS-41517More consistent logging