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.
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.