Skip to content

Commit

Permalink
add an info log to the config push flow
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRushton committed Aug 22, 2024
1 parent df3e129 commit 4e0f6e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public CommandMessageProcessor(CommandManager commandManager,

@Override
public void processMessage(CommandMessage message) {
log.info("Config push command processor started. context={} actorId={} ", message.getContext(), message.getActorId());
logConfigPushMetric(message);
if (CollectionUtils.isNotEmpty(message.getResources())) {
dynamicResourceConfigurationHelper.loadSolaceBrokerResourceConfigurations(message.getResources());
Expand Down

0 comments on commit 4e0f6e7

Please sign in to comment.