The JFrog Plugin logs events in the IDE log files. By default, the log level is set to INFO
.
To increase the log level to DEBUG
:
-
Navigate to Help > Diagnostic Tools > Debug Log Settings...
-
In the Custom Debug Log Configuration window, add the following line:
plaintextCopyEdit#com.jfrog.ide.idea.log.Logger
-
To view the IDE log file, go to Help > Show Log in Explorer/Finder/Konqueror/Nautilus (depending on your OS and IDE version). Learn more here.
To report an issue, please open a GitHub issue.
The JFrog Plugin uses JCEF (Java Chromium Embedded Framework) for webview components in the plugin's tool window.
- Most IntelliJ-based IDEs include JCEF by default.
- Android Studio and some older versions of IntelliJ-based IDEs do not include JCEF in their boot runtime, preventing the plugin from loading.
- Open the Choose Boot Runtime for the IDE dialog.
- Select a boot runtime that includes JCEF.