You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An update in case it can be helpful to someone else:
The loglevel is set and managed by Maven. Here is the details: https://maven.apache.org/maven-logging.html It uses slf4j and SimpleLogger by default. In order to suppress annoying htmlunit messages, I passed the following options:
I didn't found how to turn off htmlunit logging. At this moment it produces a lot of noise:
I have
src/test/resources/logback-test.xml
file where these messages are turned off but htmlunit doesn't use this file.How to manage logging for htmlunit in this case?
The text was updated successfully, but these errors were encountered: