Adjust zookeeper log level (#7468)
This commit is contained in:
parent
0b6f3fb0c3
commit
1657ce31a6
|
|
@ -32,3 +32,11 @@ management:
|
|||
metrics:
|
||||
tags:
|
||||
application: ${spring.application.name}
|
||||
|
||||
logging:
|
||||
level:
|
||||
org:
|
||||
apache:
|
||||
zookeeper: WARN
|
||||
hbase: WARN
|
||||
hadoop: WARN
|
||||
|
|
|
|||
Loading…
Reference in New Issue