Hi
Is there a way to disable the logging “main.log” logging that is run by the UI app? It is creating too much activity in my system, it seems to be logging frequently like login every second.
Hi
Is there a way to disable the logging “main.log” logging that is run by the UI app? It is creating too much activity in my system, it seems to be logging frequently like login every second.
As a worst case scenario, have you tried symlinking to /dev/null
or the equivalent in other OS’s (eg: junctions
) ?