Skip to content

Commit

Permalink
Add log statement which lists the registered plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschaefer authored and arolfes committed Mar 10, 2021
1 parent 0988f54 commit 368a4ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ public ProcessEngineConfigurationImpl setInitializeTelemetry(Boolean telemetryIn
}

protected void registerProcessEnginePlugins() {
log.info("Registering process engine plugins: {}", plugins);
setProcessEnginePlugins(plugins);
}

Expand Down

0 comments on commit 368a4ac

Please sign in to comment.