Class RootLogLevelConfigurator

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
org.springframework.boot.logging.logback.RootLogLevelConfigurator
All Implemented Interfaces:
Configurator, ContextAware

public class RootLogLevelConfigurator extends ContextAwareBase implements Configurator
Logback Configurator, registered through META-INF/services, that sets the root log level to Level.INFO.
Since:
3.1.0
Author:
Andy Wilkinson