reflections
reflections copied to clipboard
Disable SLF4J logger
I am using log4j in my application and don't need logs from reflection, how do I disable the reflections logger?
Have you tried configuring your logger? https://github.com/ronmamo/reflections/discussions/350#discussioncomment-2177040
logback.xml
<logger name="org.reflections" level="OFF" />