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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp