Info on which backends get addressed.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user