Open tallpsmith opened 5 years ago
I tried to build an RPM from master today, but when I run jmxterm I get the classic slf4j error/warning:
master
jmxterm
slf4j
https://www.slf4j.org/codes.html#StaticLoggerBinder
By adding in a slf4j-simple into the dependency set these messages go away. I'm not sure if this is the best way to do it, and what affect it would have on jmxterm logging though.
slf4j-simple
This issue can be closed, slf4j-simple was added in #62.
I tried to build an RPM from
master
today, but when I runjmxterm
I get the classicslf4j
error/warning:https://www.slf4j.org/codes.html#StaticLoggerBinder
By adding in a
slf4j-simple
into the dependency set these messages go away. I'm not sure if this is the best way to do it, and what affect it would have onjmxterm
logging though.