busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

Toggle logging verbosity mid-flight #417

Open augustl opened 10 years ago

augustl commented 10 years ago

You currently have to restart the server and pass -vv if you want more logging. In some cases you would probably want to toggle the logging level as the server runs, though, as stopping and starting it would cause the server to loose the state that caused problems.