File: log4j2.properties

package info (click to toggle)
clj-http-clojure 3.12.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: makefile: 16
file content (19 lines) | stat: -rwxr-xr-x 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
status = error
dest = err
name = PropertiesConfig

filter.threshold.type = ThresholdFilter
filter.threshold.level = debug

appender.console.type = Console
appender.console.name = STDOUT
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d | %-5p | [%t] | %c | %m%n

rootLogger.level = info
rootLogger.appenderRef.stdout.ref = STDOUT

# Set this to debug to log all data to/from server
# See https://hc.apache.org/httpcomponents-client-4.5.x/logging.html
logger.wire.name = org.apache.http.wire
logger.wire.level = info