Preventing Kdenlive from logging to system logs

Vincent Pinon vpinon at kde.org
Thu Nov 18 22:35:11 GMT 2021


Hello,
As a workaround run from command line and pipe outputs to null: `kdenlive >& /dev/null`
Also most packages build with option CMAKE_BUILD_TYPE=RelWithDebSymbols which sadly enable developers debug messages supposed to be turned off choosing Release type: if you build from source that should be the option.
On our side removing that log statement in the code should be obvious, we will try to react not too long.
Good luck with your nice projects!

Le 18 novembre 2021 22:52:14 GMT+01:00, "François Téchené" <ftechene at yahoo.fr> a écrit :
>Hi,
>
>Is there a way to prevent Kdenlive from sending logs to the system logs?
>
>The rotoscoping tool logs massive JSON data for every single mouse event
>while dragging a point. After an hour of usage it represents around 10
>GB of logs that I need to manually purge. I guess that it is what makes
>the tool pretty slow for writing so much data as well.
>
>I would appreciate any help regarding disabling logging or changing the
>log level of Kdenlive as I plan to work on some rotoscoping VFX over the
>week end.
>
>I have filed a bug about it where you can see the kind of logs it
>produces :
>https://bugs.kde.org/show_bug.cgi?id=445480
>
>Thank you very much for your help!
>
>François.
>

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20211118/f81da8f9/attachment.htm>


More information about the kdenlive mailing list