LinkedInAttic / Zopkio

A Functional and Performance Test Framework for Distributed Systems
Apache License 2.0
159 stars 33 forks source link

Allow manual override for log level when running zopkio #11

Closed criccomini closed 9 years ago

criccomini commented 9 years ago

I'd like to be able to do:

$ zopkio --log=DEBUG my.py
jdehrlich commented 9 years ago

fixed in 0.1.5 you can set either the log level or console level through --log-level LOG_LEVEL Log level (default INFO) --console-log-level CONSOLE_LEVEL Console Log level (default ERROR)