
http://bugzilla.slf4j.org/show_bug.cgi?id=206 Robert Elliot <robert@teviotia.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robert@teviotia.co.uk --- Comment #1 from Robert Elliot <robert@teviotia.co.uk> 2010-11-30 11:00:01 --- SLF4J is an interface, not a logging system. You could write an implementation that sent all log messages to sys out if you wanted, regardless of level. So setting the level in SLF4J makes no sense. You set the level on the logging system you are using as your SLF4J implementation - Log4j or Logback. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.