Info on which backends get addressed.
This commit is contained in:
parent
9aff1fc223
commit
0abb2c747f
@ -420,7 +420,7 @@ public class QueryRestConfig { // extends WebMvcConfigurerAdapter {
|
|||||||
@Lazy
|
@Lazy
|
||||||
public List<String> queryServerAddresses() {
|
public List<String> queryServerAddresses() {
|
||||||
final String value = env.getProperty(QUERY_SERVER_ADDRESSES, "[{}]");
|
final String value = env.getProperty(QUERY_SERVER_ADDRESSES, "[{}]");
|
||||||
LOGGER.debug("Load '{}={}'", QUERY_SERVER_ADDRESSES, value);
|
LOGGER.info("Load '{}={}'", QUERY_SERVER_ADDRESSES, value);
|
||||||
|
|
||||||
List<ServerAddress> queryBackends;
|
List<ServerAddress> queryBackends;
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user