reflections icon indicating copy to clipboard operation
reflections copied to clipboard

Disable SLF4J logger

Open beabravedude opened this issue 3 years ago • 2 comments

I am using log4j in my application and don't need logs from reflection, how do I disable the reflections logger?

beabravedude avatar Feb 10 '22 21:02 beabravedude

Have you tried configuring your logger? https://github.com/ronmamo/reflections/discussions/350#discussioncomment-2177040

clayreimann avatar Feb 14 '22 23:02 clayreimann

logback.xml <logger name="org.reflections" level="OFF" />

HenningL avatar Apr 07 '22 08:04 HenningL