How to refresh Graylog plugins back-end changes

im working on a plugin development is there any way to auto refresh plugin java code changes of i should restart entire application

If you’re running Graylog and the plugin from within your IDE, you can (within some boundaries) hotswap the modified classes, see https://www.jetbrains.com/help/idea/hotswap.html for the documentation of IntelliJ IDEA.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.