Merge pull request #14781 from danteruiz/script-print-log

Case: 20770 allow debug prints in the log by default
This commit is contained in:
Jeff Clinton 2019-01-28 10:49:18 -08:00 committed by GitHub
commit f9b63b975d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2417,7 +2417,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";