1*8a52c783SCole Faust# 2*8a52c783SCole Faust# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 3*8a52c783SCole Faust# 4*8a52c783SCole Faust# Licensed under the Apache License, Version 2.0 (the "License"). 5*8a52c783SCole Faust# You may not use this file except in compliance with the License. 6*8a52c783SCole Faust# A copy of the License is located at 7*8a52c783SCole Faust# 8*8a52c783SCole Faust# http://aws.amazon.com/apache2.0 9*8a52c783SCole Faust# 10*8a52c783SCole Faust# or in the "license" file accompanying this file. This file is distributed 11*8a52c783SCole Faust# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 12*8a52c783SCole Faust# express or implied. See the License for the specific language governing 13*8a52c783SCole Faust# permissions and limitations under the License. 14*8a52c783SCole Faust# 15*8a52c783SCole Faust 16*8a52c783SCole Fauststatus = warn 17*8a52c783SCole Faust 18*8a52c783SCole Faustappender.console.type = Console 19*8a52c783SCole Faustappender.console.name = ConsoleAppender 20*8a52c783SCole Faustappender.console.layout.type = PatternLayout 21*8a52c783SCole Faustappender.console.layout.pattern = %d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n%throwable 22*8a52c783SCole Faust 23*8a52c783SCole FaustrootLogger.level = info 24*8a52c783SCole FaustrootLogger.appenderRef.stdout.ref = ConsoleAppender 25*8a52c783SCole Faust 26*8a52c783SCole Faust# Uncomment below to enable more specific logging 27*8a52c783SCole Faust# 28*8a52c783SCole Faust#logger.sdk.name = software.amazon.awssdk 29*8a52c783SCole Faust#logger.sdk.level = debug 30*8a52c783SCole Faust# 31*8a52c783SCole Faust#logger.request.name = software.amazon.awssdk.request 32*8a52c783SCole Faust#logger.request.level = debug 33*8a52c783SCole Faust# 34*8a52c783SCole Faust#logger.apache.name = org.apache.http.wire 35*8a52c783SCole Faust#logger.apache.level = debug 36*8a52c783SCole Faust# 37*8a52c783SCole Faust#logger.netty.name = io.netty.handler.logging 38*8a52c783SCole Faust#logger.netty.level = debug 39