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
{{ message }}
This repository has been archived by the owner on May 20, 2021. It is now read-only.
same as above, but change word jxbrowser to JxBrowser, or OFF to SEVERE.
add IDEA boot option -Djava.util.logging.config.file="<'file/path/to/logging.properties' which contents include lines and all contexts about 'level' set to 'OFF' or 'SEVERE' >", because it seems belong to java.util.logging
edit <IDEA_home>/bin/log.xml, maybe it belongs to log4j.
but not work.
The text was updated successfully, but these errors were encountered:
Hi,
too many logs write to console by default, they begin as below
to stop it, i tried these methods below before i submit this issue:
-Djxbrowser.logging.level=OFF
as [jxbrowser's document said] (https://jxbrowser.support.teamdev.com/support/solutions/articles/9000013125-logging)jxbrowser
toJxBrowser
, orOFF
toSEVERE
.-Djava.util.logging.config.file="<'file/path/to/logging.properties' which contents include lines and all contexts about 'level' set to 'OFF' or 'SEVERE' >"
, because it seems belong tojava.util.logging
<IDEA_home>/bin/log.xml
, maybe it belongs tolog4j
.but not work.
The text was updated successfully, but these errors were encountered: