sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07899
Re: [Question #183653]: How to turn off logs completely in sikuli
Question #183653 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/183653
Status: Open => Answered
RaiMan proposed the following answer:
--- using print
print writes the messages to standard-out, so you can pipe this to a file when running a script from command line. To suppress (most ;-) messages of Sikuli use the feature http://sikuli.org/docx/globals.html#Settings.ActionLogs
--- using file or logging
if you use Pythons file or logging feature, you might write what you want to a log file directly from your script.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.