intel-cloud / cosbench

a benchmark tool for cloud object storage service
Other
573 stars 242 forks source link

change logging level at runtime #217

Open ywang19 opened 10 years ago

ywang19 commented 10 years ago

COSBench supports different logging level which exposes different information, by default, it's INFO level. Occasionally, people needs get more detailed information, and COSBench can support it by adding log_level parameter in controller.conf or driver.conf, but requires a whole restart. More convenient way is to switch logging level at runtime.