← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #560050]: Need a way to hide/mask password in the debug log

 

Question #560050 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/560050

    Status: Open => Answered

Roman Podolyan proposed the following answer:
class Settings

New in version X1.0-rc2.

Settings.ActionLogs
Settings.InfoLogs
Settings.DebugLogs

 Either option might be switched on (True) or off (False), to show or
hide the respective message type in the IDE console or on command line
([log], [info], [debug]).


Example (try it): 
___________
click(500,500)

type("This typing is visible in log...")

Settings.ActionLogs = False

type("And this is not visible in log ...")

__________

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