Debugging engine in a Spring Boot application

I’ve got a custom engine configuration similar to this one: https://github.com/flowable/flowable-engine/blob/1dfc2ff502d2b462c47d0844e0ce4a2ca79a1e36/modules/flowable-rest/src/test/java/org/flowable/rest/conf/engine/EngineConfiguration.java

How would I be able to go about shimming in the debugger configuration that’s linked in the blog post here: https://github.com/flowable/flowable-engine/blob/flowable-6.3.0/modules/flowable-ui-task/flowable-ui-task-conf/src/main/java/org/flowable/app/conf/FlowableDebuggerConfiguration.java#L55

And potentially dumping this information into a log file?