Re: Preventing Kdenlive from logging to system logs

2021-11-18 Thread Vincent Pinon
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é"  
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é.

Preventing Kdenlive from logging to system logs

2021-11-18 Thread François Téchené
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.