sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43930
Re: [Question #658613]: issues when using Python logging module in sikuli
Question #658613 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/658613
Status: Open => Answered
TestMechanic proposed the following answer:
Try to change
logger.setLevel(logging.DEBUG)
to
logger.setLevel(10)
See here - https://docs.python.org/2/library/logging.html#logging-levels
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.