#Debugging multiple running services

1 messages · Page 1 of 1 (latest)

bronze cradle
#

Hi everyone, is there any best practice/known way to debug what's happening to services spawned by a module and used by the "main" container?

#

For instance I currently have:

  • a container registry
  • a web service
  • a db

and then my main application with all the relative bindings

#

can I check what's happening inside the web service or the db... any experience/suggestion?