Skip to content

Commit

Permalink
Logging hookEnvent key instead of the entire object
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Torchaire committed Mar 20, 2024
1 parent 7259dfd commit 346eac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void process(HookEventType hookEvent, String payload, BitbucketType insta
eventType = SCMEvent.Type.UPDATED;
break;
default:
LOGGER.log(Level.INFO, "Unknown hook event {0} received from Bitbucket Server", hookEvent);
LOGGER.log(Level.INFO, "Unknown hook event {0} received from Bitbucket Server", hookEvent.getKey());
return;
}

Expand Down

0 comments on commit 346eac9

Please sign in to comment.