-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Reported by mjkah...@gmail.com, Dec 2, 2008
My expect4j sessions are fine and are terminating normally yet I see my
syslog filling up with INFO message from BlockingConsumer. Is there a way
to get rid of these, or get access to the log such that a user can modify
the log level settings? I checked the source code but couldn't find a way
to do this without modifying it.
INFO: Found EOF to stop while loop
Dec 10, 2008 #1 mjkah...@gmail.com
Changing the level setting via log4j.xml for expect4j.BlockingConsumer doesn't seem
to make a difference either.
There doesn't seem to be much activity out here on this forum...is there anybody from
Google out there, actively monitoring this forum?
Dec 22, 2008 #2 mjkah...@gmail.com
Problem has been worked around via:
java.util.logging.Logger.getLogger("expect4j").setLevel(java.util.logging.Level.WARNING);
Someone should change that INFO message to a DEBUG one in the source code.
Feb 8, 2010 #3 jmbu...@gmail.com
Hi,
does anyone could post an expect4j getting started documentation.
I would like to use telnet feature of this project
Thanks a lot
Jean Marc BUILS from France