How to globally enable debug for all the slf4j.Logger objects?
debug
slf4j.Logger
Use logback as the slf4j binding.
The default behaviour without an configuration file is to log all events at level DEBUG and above to System.out. See http://logback.qos.ch/manual/configuration.html#automaticConf for details.