SLF4J is only a logging "facade", in other words it's an abstraction layer for other real logging frameworks (log4j, java.util.logging, etc...). So SLF4J itself has no configuration. The...