mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-16 03:41:39 +00:00
Reduce Logging
This commit is contained in:
parent
4506bec863
commit
78cf1343ac
1 changed files with 5 additions and 3 deletions
|
@ -29,13 +29,15 @@
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
#if 0
|
||||
QLoggingCategory::setFilterRules("qt.remoteobjects.debug=true\n"
|
||||
#if 1
|
||||
QLoggingCategory::setFilterRules("*.debug=false\n"
|
||||
"qt.remoteobjects.debug=true\n"
|
||||
"qt.remoteobjects.warning=true\n"
|
||||
"qt.remoteobjects.models.debug=true\n"
|
||||
"qt.remoteobjects.models.debug=true\n"
|
||||
"qt.remoteobjects.io.debug=true\n"
|
||||
"default.debug=true");
|
||||
"ozw.*.debug=true\n"
|
||||
"ozw.library.debug=false");
|
||||
#else
|
||||
QLoggingCategory::setFilterRules("default.debug=true");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue