Hi,Mina currently uses the SLF4J logging facade framework, right? Additionally I can choose, which underlying logging framework I want to use (log4j 1.3 in my case). Also right?
How can I change now one of my logger levels at runtime to get temporary more or less detailed log messages? Slf4j doesn't support the setLevel() method in it's logger. It would be great, if somebody could me tell the right (Mina correct) way.
Thanx in advance Michael
