.aissemble.foundation-configuration-store.1.9.2.source-code.log4j2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-configuration-store Show documentation
Show all versions of foundation-configuration-store Show documentation
Provides centralized secure storage of configurations
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L AIOps Foundation::AIOps MDA %% Copyright (C) 2021 Booz Allen %% This software package is licensed under the Booz Allen Public License. All Rights Reserved. #L% --> <Configuration> <Appenders> <Console name="Console" target="SYSTEM_OUT"> <PatternLayout pattern="%highlight{%d{HH:mm:ss.SSS} [%t] %-5level %logger{36}.%M():%L - %msg%n}{FATAL=red blink, ERROR=red, WARN=yellow bold, INFO=grey, DEBUG=green bold, TRACE=blue}" /> </Console> </Appenders> <Loggers> <Logger name="com.boozallen.aissemble" level="info" additivity="false "> <AppenderRef ref="Console" /> </Logger> <Root level="warn"> <AppenderRef ref="Console" /> </Root> </Loggers> </Configuration>