I am using slf4j logger in my application to print application logs. However when I do any operation on cockpit, its log is also getting printed.
In such a case, how I can skip cockpit logs getting printed along with application logs?
I don’t want cockpit logs to be printed when I am using cockpit.
Thanks in advance,