Bug 407345

Summary: Verbose debug messages
Product: [Applications] digikam Reporter: Christian Gruber <GruberChristian>
Component: Usability-ErgonomyAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: metzpinguin
Priority: NOR    
Version: 5.6.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 6.2.0

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