Github user revans2 commented on the pull request:
https://github.com/apache/storm/pull/553#issuecomment-106580985
I like the concept, but by having storm.py pull the -v out of the command
line, it now makes it impossible for any command to use -v any other way. This
is not a big deal for the typical storm commands, but for storm jar it is
backwards incompatible. This is especially a problem for something that for
some reason had a -v with an argument. I would much rather use an environment
variable, or a rather log parameter like '--storm-system-verbose' which is not
likely to have any collision.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---