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
|
||||
public List<String> queryServerAddresses() {
|
||||
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;
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user