intellij idea - Debugging Spring Cloud Dataflow apps -
i new spring might bit of remedial question, how 1 attach debugger custom scdf stream app? have found plenty of resources on how remote debugging session standard spring apps using intellij, doesn't when local dataflow server spins stream app (which has done if working processors or sinks). have found how println statements can write debug statements console window is...sub optimal. need able attach debugger , see who's doing whom.
i'm sure there basic missing. can give me gentle nudge on how debug source, processor and/or sink app, please?
we have attempted add support debug scdf orchestrated apps via spring-cloud/spring-cloud-dataflow#502. revisiting support it, though. if you've ideas around this, please feel free submit pr - happy collaborate on that.
in meantime, use --local.inheritlogging=true
property pipe application logs belong in stream server console. once you've enabled debug
logs desired packages @ each app level, able see composite logs in 1 console.
Comments
Post a Comment