mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +02:00
allow debug prints in the log by default
This commit is contained in:
parent
efb278b258
commit
4ed54f63ea
1 changed files with 0 additions and 1 deletions
|
@ -2346,7 +2346,6 @@ void Application::updateVerboseLogging() {
|
||||||
bool enable = menu->isOptionChecked(MenuOption::VerboseLogging);
|
bool enable = menu->isOptionChecked(MenuOption::VerboseLogging);
|
||||||
|
|
||||||
QString rules =
|
QString rules =
|
||||||
"hifi.*.debug=%1\n"
|
|
||||||
"hifi.*.info=%1\n"
|
"hifi.*.info=%1\n"
|
||||||
"hifi.audio-stream.debug=false\n"
|
"hifi.audio-stream.debug=false\n"
|
||||||
"hifi.audio-stream.info=false";
|
"hifi.audio-stream.info=false";
|
||||||
|
|
Loading…
Reference in a new issue