Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-41517

Branch API's event logging could be more consistent in reporting the event class

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • branch-api-plugin
    • None

                              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

            stephenconnolly Stephen Connolly
            stephenconnolly Stephen Connolly
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: