I am using log4j for logging to console as well as file.Setting the threshold to INFO level doesn't prevents debug logs from spring.I have set rootlogger to INFO level as well.
I guess my spring logs are coming from my dependencies.M not able to get rid of them by setting level OFF for spring logs as well.Spring logs are using commons logging.How can I turn off these logs in my XML file?