I noticed that there was no log output coming from proxy-vole even if I set my logging level to TRACE.
After minor inspection, I saw that the logging backend was null. There is no logging backend set by default.
I would argue that the Logger class should set the SLF4J backend by default. This is actually what the documentation says this library does.
I noticed that there was no log output coming from proxy-vole even if I set my logging level to TRACE.
After minor inspection, I saw that the logging backend was null. There is no logging backend set by default.
I would argue that the Logger class should set the SLF4J backend by default. This is actually what the documentation says this library does.