Home / Class/ RootLogLevelConfigurator Class — spring-boot Architecture

RootLogLevelConfigurator Class — spring-boot Architecture

Architecture documentation for the RootLogLevelConfigurator class in RootLogLevelConfigurator.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/logback/RootLogLevelConfigurator.java lines 32–40

public class RootLogLevelConfigurator extends ContextAwareBase implements Configurator {

	@Override
	public ExecutionStatus configure(LoggerContext loggerContext) {
		loggerContext.getLogger(Logger.ROOT_LOGGER_NAME).setLevel(Level.INFO);
		return ExecutionStatus.INVOKE_NEXT_IF_ANY;
	}

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free