https://bugs.kde.org/show_bug.cgi?id=414028
Fabian Vogt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Resolution|UPSTREAM |--- Status|RESOLVED |REOPENED Ever confirmed|0 |1 --- Comment #3 from Fabian Vogt <[email protected]> --- In the code it's visible that DigiKam logs messages of all categories (even debug) by default: https://github.com/KDE/digikam/blob/f2064042324ec67392d815686e8e2908a10135c0/core/app/utils/digikam_debug.cpp#L28 Quoting the Qt documentation: > Q_LOGGING_CATEGORY(name, string) > Defines a logging category name, and makes it configurable under the string > identifier. By default, all message types are enabled. DigiKam needs to use > Q_LOGGING_CATEGORY(name, string, msgType) > Defines a logging category name, and makes it configurable under the string > identifier. By default, messages of QtMsgType msgType and more severe are > enabled, types with a lower severity are disabled. instead. -- You are receiving this mail because: You are watching all bug changes.
