SPIS GUI log console sucking up all my RAM

Hello!

It is a common issue and I’ve already experienced it. When there is “too much” verbosity (3 for exemple), at some point, the GUI freeze because of the integrated log console. I remember there is a way to shut down the GUI log console and transfer the log messages directly in the linux terminal, to avoid the RAM issues.

I don’t remember how.
Any help would be nice.

MR

Here is the answer thanks to S. Hess.

In the /ressources/logging/logback.xml file suppress the following lines: 15,28 and 32.

line 15: <filter class="org.keridwen.core.logging.LogPopUpFilter"/>
line 28 & 32: <appender-ref ref="KeridwenAppender" />