kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/tests/kafkatest/services/trogdor/templates/log4j2.yaml

Path
kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/tests/kafkatest/services/trogdor/templates/log4j2.yaml
Status
scanned
Type
file
Name
log4j2.yaml
Extension
.yaml
Programming language

      
    
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
1267 (1.2 KB)
MD5
ef0336938af73e38f1f5dbcedb5cb5e4
SHA1
bd3b9923fc8fa436a8fa89fa350e6f80c6e2b031
SHA256
07cc6b853ee27e435196e4400974c983eafcf08d33b02db9685a33ff7d0e94ac
SHA512

      
    
SHA1_git
42c1aa281e783eaef3a6f847cb19e9f0a6a24ff7
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
log4j2.yaml | 1.2 KB |

# 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: "[%d] %p %m (%c)%n" Appenders: File: - name: MyFileLogger fileName: {{ log_path }} PatternLayout: pattern: "${logPattern}" Loggers: Root: level: DEBUG AppenderRef: - ref: MyFileLogger Logger: - name: kafka level: DEBUG - name: org.apache.kafka level: DEBUG - name: org.eclipse level: INFO
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
73.46
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 8 8
Package URL License Primary language
pkg:pypi/kafkatest@4.2.0 apache-2.0 Python