jiaqi / jmxterm

Interactive command line JMX client
http://docs.cyclopsgroup.org/jmxterm
Apache License 2.0
519 stars 155 forks source link

sl4j packaging #61

Open tallpsmith opened 5 years ago

tallpsmith commented 5 years ago

I tried to build an RPM from master today, but when I run jmxterm I get the classic slf4j 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 on jmxterm logging though.

nyg commented 9 months ago

This issue can be closed, slf4j-simple was added in #62.