blob: 6e1d18834bed8d29199543f5595f7001c46a4f1a [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
Configuration:
Properties:
Property:
- name: "logPattern"
value: "%-4r [%t] %-5p %c %x - %m%n"
Appenders:
Console:
name: A1
RollingFile:
- name: R
fileName: logs/kafka-streams-scala.log
filePattern: "streams-scala-%d{yyyy-MM-dd}.log"
PatternLayout:
pattern: "${logPattern}"
SizeBasedTriggeringPolicy:
size: "100KB"
DefaultRolloverStrategy:
max: 1
Loggers:
Root:
level: INFO
AppenderRef:
- ref: R