sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37443
Re: [Question #289765]: Windows 10, "Access to the path 'C:\SikuliOutputLog.txt' is denied" error
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.