Hi all, I'm developing a plugin and I wanted to log some "DEBUG" level information to the console so that I could see what's going on during development without using INFO and having consumers of the plugin see these messages which will very likely be useless to them.
I looked a bit online but I couldn't find no clear way of setting the logging level to DEBUG/TRACE/FINEST. It actually seems a pain point in the community, some examples:
Is there a straightforward way of setting the log level to DEBUG? I'm running Paper version 1.19.2 (build 132).
Thanks!
I looked a bit online but I couldn't find no clear way of setting the logging level to DEBUG/TRACE/FINEST. It actually seems a pain point in the community, some examples:
- https://www.spigotmc.org/threads/how-to-change-plugin-logger-level-to-all.55345/
- https://www.spigotmc.org/threads/how-to-set-loglevel-of-logger-to-fine.146482/
Is there a straightforward way of setting the log level to DEBUG? I'm running Paper version 1.19.2 (build 132).
Thanks!