bda.lambda-cform-account.1.1.10.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lambda-cform-account Show documentation
Show all versions of lambda-cform-account Show documentation
Account resource handler for CloudFormation.
<?xml version="1.0" encoding="utf-8"?> <!-- # This file is part of the pl.wrzasq.lambda. # # @license http://mit-license.org/ The MIT license # @copyright 2019 - 2020 © by Rafał Wrzeszcz - Wrzasq.pl. --> <configuration scan="true"> <!-- stdout output --> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>[%thread] %-5level %logger - %msg%n%ex{full}</pattern> </encoder> </appender> <root> <level value="INFO"/> <appender-ref ref="CONSOLE"/> </root> </configuration>