signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
685 stars 83 forks source link

Add "dump" command that displays the internal state of Conductor. #225

Closed ghost closed 2 years ago

ghost commented 2 years ago

Add MAESTRO_DEBUG environment variable that allows displaying debugging information.

mpetazzoni commented 2 years ago

I think I would prefer the debug output to be its own command, rather than an environment variable trigger on top of whatever command you might be running. Since the goal here is to dump the internal state of the Conductor, maybe you can just implement a maestro dump command that does that.

ghost commented 2 years ago

I like this suggestion! Let me rework this PR.

mpetazzoni commented 2 years ago

I love it, so much cleaner. Thanks!