[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2020-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||7.0.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2020-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/kde/
   ||digikam/commit/e613bc900c58
   ||144256e6d24e463217dabe76e49
   ||5

--- Comment #15 from caulier.gil...@gmail.com ---
Git commit e613bc900c58144256e6d24e463217dabe76e495 by Gilles Caulier.
Committed on 08/01/2020 at 08:22.
Pushed by cgilles into branch 'master'.

This is a mess: some qWarning(), qInfo(), qCritical() messages are not wrapped
in litteral debug spaces as expected
and are printed as "unknown". To disable these messages, the right keyword is
"default" (it's logic of course!)
Now AppImage do not export the huge warning strings from Qt core in log files.
ouf...
Related: bug 415882, bug 414016

M  +1-1project/bundles/appimage/data/AppRun

https://invent.kde.org/kde/digikam/commit/e613bc900c58144256e6d24e463217dabe76e495

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2020-01-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

--- Comment #14 from caulier.gil...@gmail.com ---
Git commit bd7adde1afc349cad5001687846ee31af766d0c7 by Gilles Caulier.
Committed on 07/01/2020 at 08:37.
Pushed by cgilles into branch 'master'.

digiKam AppImage: Drop Qt core debug traces dispatched by Qt Logging categories
Related: bug 414016, bug 415882

M  +3-0project/bundles/appimage/data/AppRun

https://invent.kde.org/kde/digikam/commit/bd7adde1afc349cad5001687846ee31af766d0c7

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2020-01-06 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=414028

--- Comment #13 from MarcP  ---
I just realized I replied to the duplicated bug file, so let me link that
comment here too, since it is still relevant:

https://bugs.kde.org/show_bug.cgi?id=414016#c13

(Basically, the bug is still relevant in digikam 7.0.0 beta2)

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2020-01-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

--- Comment #12 from caulier.gil...@gmail.com ---
digiKam AppImage 7.0.0-beta2 64 bits is updated with last changes to reduce
QtLogging data stream at run-time.

File can be downloaded at this place for testing :

https://files.kde.org/digikam/

Can you reproduce the problem with this version ?

Thanks in advance

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2020-01-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

--- Comment #11 from caulier.gil...@gmail.com ---
Git commit f1bcc6778048fbb45e4162e01749ad3e59a9857c by Gilles Caulier.
Committed on 05/01/2020 at 07:57.
Pushed by cgilles into branch 'master'.

Add new static method to customized a force list of debug space at run time if
necessary.
By default all traces are enabled under Windows, as messages are caugth by an
extra application as DebugView
Under Linux and MacOS, message are dispatched automatically to the console and
can be tune with QT_LOGGING_RULES env. var.

M  +2-0core/app/main/main.cpp
M  +8-0core/app/utils/digikam_debug.cpp
M  +5-0core/app/utils/digikam_debug.h
M  +2-0core/showfoto/main/main.cpp

https://invent.kde.org/kde/digikam/commit/f1bcc6778048fbb45e4162e01749ad3e59a9857c

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2020-01-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

--- Comment #10 from caulier.gil...@gmail.com ---
Git commit d7084ffc9c54195920f23e7ddeb3b14bb50d6683 by Gilles Caulier.
Committed on 05/01/2020 at 07:38.
Pushed by cgilles into branch 'dev'.

Website: For Linux and MacOS, add details about how to turn on debug tarce on
the console with QT_LOGGING_RULES env. var.

M  +12   -0content/contribute/_index.md

https://invent.kde.org/websites/digikam-org/commit/d7084ffc9c54195920f23e7ddeb3b14bb50d6683

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2020-01-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

--- Comment #9 from caulier.gil...@gmail.com ---
Git commit 7a78ff4f13ee6ce63396b7a2eea6c21d2fd08660 by Gilles Caulier.
Committed on 05/01/2020 at 06:56.
Pushed by cgilles into branch 'master'.

add note to AppImage start script about to enbale all debug traces on the
console

M  +2-1project/bundles/appimage/data/AppRun

https://invent.kde.org/kde/digikam/commit/7a78ff4f13ee6ce63396b7a2eea6c21d2fd08660

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2020-01-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

--- Comment #8 from caulier.gil...@gmail.com ---
Git commit 9be588f6902e0410f96e03ed258821f440ed29f0 by Gilles Caulier.
Committed on 05/01/2020 at 06:46.
Pushed by cgilles into branch 'master'.

log all debug messages as info types by default to not bloat log files under
linux system with qt/syslog re-routed categories

M  +23   -23   core/app/utils/digikam_debug.cpp

https://invent.kde.org/kde/digikam/commit/9be588f6902e0410f96e03ed258821f440ed29f0

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2020-01-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||traderbeck...@tahoma.com

--- Comment #7 from caulier.gil...@gmail.com ---
*** Bug 415882 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2019-11-12 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=414028

--- Comment #6 from MarcP  ---
Also affects Ubuntu 18.04 LTS.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2019-11-12 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=414028

Maik Qualmann  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

--- Comment #5 from Maik Qualmann  ---
*** Bug 414016 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2019-11-11 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=414028

--- Comment #4 from Christophe Giboudeaux  ---
or even better, use ECMQtDeclareLoggingCategory.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2019-11-11 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=414028

Fabian Vogt  changed:

   What|Removed |Added

 CC||fab...@ritter-vogt.de
 Resolution|UPSTREAM|---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #3 from Fabian Vogt  ---
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.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2019-11-11 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=414028

--- Comment #2 from Paul  ---
(In reply to caulier.gilles from comment #1)
> 
> So, OpenSuse has setup a wrong qtlogging.ini file in the system. Please
> report this as UPSTREAM to OpenSuse team.
> 
> Gilles Caulier

OK. - Thanks.

https://bugzilla.opensuse.org/show_bug.cgi?id=1156452

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2019-11-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|general |Portability

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 414028] digikam spamming journal with details of almost everything it does...

2019-11-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414028

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM
 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
digiKam do not write anything in system journal.

It's a wrong Qt logging configuration in your system which trace all
application debug trace in journal. This kind of information must only going to
the console for debug purpose.

So, OpenSuse has setup a wrong qtlogging.ini file in the system. Please report
this as UPSTREAM to OpenSuse team.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.