sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56127
[Question #694155]: Logging module does not work via console - Sikuli 2.0.4/Java 11
New question #694155 on Sikuli:
https://answers.launchpad.net/sikuli/+question/694155
sikuli v 2.0.4
java 11
start IDE and paste this script
import logging
logging.error("print error")
run script in IDE - as result you will see logging error "print error" - this is OK
save script as "1.sikuli" and run it from console with "-r 1.sikuli" option - nothing printed - BUG?!
What I have tried
1. I've tried different variants with logging module but behavior is the same - works in IDE but not in console
2. print("hi") works fine
3. in sikuli 1.1.3 with java 8 this works fine in console
4. I tested this on Linux but I do not thing it is an OS problem
Any ideas if this is a bug or I am missing something?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.