Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

how to change gfm-plugin/jxbrowser default console log level #136

Open
openalmeida opened this issue May 11, 2018 · 1 comment
Open

how to change gfm-plugin/jxbrowser default console log level #136

openalmeida opened this issue May 11, 2018 · 1 comment
Assignees
Labels

Comments

@openalmeida
Copy link

openalmeida commented May 11, 2018

Hi,

too many logs write to console by default, they begin as below

12:11:14 INFO: OS name: Linux
12:11:14 INFO: JRE version: 1.8.0_91 64-bit
12:11:14 INFO: JxBrowser version: 5.4.3
12:11:14 INFO: Starting IPC...
12:11:14 INFO: Starting IPC Server...
12:11:14 INFO: Starting IPC Process...
12:11:14 INFO: Start Chromium process...
.
.
.
toooo many lines
.
.
.

to stop it, i tried these methods below before i submit this issue:

  • add IDEA boot option -Djxbrowser.logging.level=OFF as [jxbrowser's document said] (https://jxbrowser.support.teamdev.com/support/solutions/articles/9000013125-logging)
  • 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.

@ShyykoSerhiy ShyykoSerhiy self-assigned this May 11, 2018
@ShyykoSerhiy ShyykoSerhiy added this to the v0.2.0 milestone May 11, 2018
@openalmeida
Copy link
Author

wow, such a quick response !

@ShyykoSerhiy ShyykoSerhiy removed this from the v0.2.0 milestone Nov 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants