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

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

                              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

            Assignee:
            Stephen Connolly
            Reporter:
            Stephen Connolly
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: