Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

Add debug option to pyleus submit subcommand #88

Closed victorpoluceno closed 8 years ago

victorpoluceno commented 9 years ago

Should be possible to submit a topology to a storm cluster with debug mode on.

poros commented 9 years ago

Quoting Storm documentation:

TOPOLOGY_DEBUG (set with setDebug), when set to true, tells Storm to log every message every emitted by a component. This is useful in local mode when testing topologies, but you probably want to keep this turned off when running topologies on the cluster.

However, I can see the point in making this option at least available to users. Feel free to submit a pull request, if this is a blocking issue for you. Thanks in advance for contributing.

victorpoluceno commented 9 years ago

Ok. I'm gonna give it a try a make a PR. Thanks!