Bug 407345 - Verbose debug messages
Summary: Verbose debug messages
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Ergonomy (show other bugs)
Version: 5.6.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-08 18:51 UTC by Christian Gruber
Modified: 2019-05-15 20:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 6.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Gruber 2019-05-08 18:51:29 UTC
When this program runs normally, it prints huge amounts of debug messages on the console. Can I reduce this?
Comment 1 Maik Qualmann 2019-05-08 21:22:06 UTC
Adjust Qt logging rules:

export QT_LOGGING_RULES="*.debug=false"

Maik
Comment 2 Christian Gruber 2019-05-14 22:03:47 UTC
I just tried this, and the number of messages is dramatically reduced, but not to 0, namely 28 lines.
Comment 3 Maik Qualmann 2019-05-15 20:27:45 UTC
export QT_LOGGING_RULES="*=false"

or

digikam > /dev/null

Maik