Question #289765 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/289765
Status: Open => Answered
Karl proposed the following answer:
SikuliOutputLog.txt doesn't look like a default filename used by Sikuli.
Do you know where this filename is being set?
One way to set a log file is by using:
Settings.UserLogs = True
Debug.setUserLogFile("C:/Users/User/Desktop")
Debug.user("some text")
Note that currently logs aren't appended; they are overwritten.
See this page for more information:
http://sikulix-2014.readthedocs.org/en/latest/scripting.html?highlight=debug.user#writing-and-redirecting-log-and-debug-messages
--
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