mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:55:06 +02:00
Merge pull request #14781 from danteruiz/script-print-log
Case: 20770 allow debug prints in the log by default
This commit is contained in:
commit
f9b63b975d
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue