Aneesh Reddy
Results
2
issues of
Aneesh Reddy
I am using log4j in my application and don't need logs from reflection, how do I disable the reflections logger?
The default logging level is `DEBUG`, I want to set it to 'INFO', or any other logging preset. Even if i set `debug=false` and `logging.level.*=INFO` its still not working @CC007