| Summary: | Verbose debug messages | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Christian Gruber <GruberChristian> |
| Component: | Usability-Ergonomy | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 5.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 6.2.0 | |
| Sentry Crash Report: | |||
|
Description
Christian Gruber
2019-05-08 18:51:29 UTC
Adjust Qt logging rules: export QT_LOGGING_RULES="*.debug=false" Maik I just tried this, and the number of messages is dramatically reduced, but not to 0, namely 28 lines. export QT_LOGGING_RULES="*=false" or digikam > /dev/null Maik |