mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Provide log4j2 logging config for microbenchmarks
This commit is contained in:
parent
2ee9ab25d9
commit
9d8961aeb9
@ -1,8 +0,0 @@
|
||||
# Do not log at all if it is not really critical - we're in a benchmark
|
||||
benchmarks.es.logger.level=ERROR
|
||||
log4j.rootLogger=${benchmarks.es.logger.level}, out
|
||||
|
||||
log4j.appender.out=org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.out.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.out.layout.conversionPattern=[%d{ISO8601}][%-5p][%-25c] %m%n
|
||||
|
8
benchmarks/src/main/resources/log4j2.properties
Normal file
8
benchmarks/src/main/resources/log4j2.properties
Normal file
@ -0,0 +1,8 @@
|
||||
appender.console.type = Console
|
||||
appender.console.name = console
|
||||
appender.console.layout.type = PatternLayout
|
||||
appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c] %marker%m%n
|
||||
|
||||
# Do not log at all if it is not really critical - we're in a benchmark
|
||||
rootLogger.level = error
|
||||
rootLogger.appenderRef.console.ref = console
|
Loading…
x
Reference in New Issue
Block a user