← Back to team overview

sikuli-driver team mailing list archive

[Question #694205]: Logger does not logs debug logs to file

 

New question #694205 on Sikuli:
https://answers.launchpad.net/sikuli/+question/694205

Hi,
i am trying to log all the message in IDE to a logs file.
however my log file does not log the message
i am running like:
java -jar C:\Users\cshamdas\Documents\sikulli\sikulixapi-2.0.4.jar -r "C:\Users\cshamdas\Perforce\p\Work\Groups\Splinters\Mystique\Automations\FeatTests\FEAT\Unified Share\UI_Automation\TestFiles\DragDrop.sikuli"

file
Debug.setUserLogFile("C:\\sky\\logme.txt")
Debug.on(3)
Settings.UserLogPrefix = "user"
Settings.UserLogTime = True

Settings.InfoLogs = True
Settings.DebugLogs = True
Debug.user("text with placeholders")
Settings.ActionLogs = True


in output txt file is only see Debug.user logs but logs related to action and debug are not shown




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