allow debug prints in the log by default

This commit is contained in:
Dante Ruiz 2019-01-25 13:56:54 -08:00
parent efb278b258
commit 4ed54f63ea

View file

@ -2346,7 +2346,6 @@ void Application::updateVerboseLogging() {
bool enable = menu->isOptionChecked(MenuOption::VerboseLogging);
QString rules =
"hifi.*.debug=%1\n"
"hifi.*.info=%1\n"
"hifi.audio-stream.debug=false\n"
"hifi.audio-stream.info=false";