← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #680993]: How to disable Sikuli Logging on Java?

 

Question #680993 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/680993

    Status: Open => Answered

RaiMan proposed the following answer:
Debug.off() // any debugging messages
Settings.ActionLogs = false; // messages from click, ...
Settings.InfoLogs = false; //other information messages

... but I doubt, that it has something to do with the SikuliX own
logging implementation, which is completely independent of any Java
logging concept.

What logging are you using?

Have a look at the maven deps of sikulixapi.jar, something like slf4j
might be the problem.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.