Commit 9da31ff5 by Jason Song Committed by GitHub

adjust missing data center log to debug level

parent 6b989259
......@@ -158,7 +158,7 @@ public class DefaultServerProvider implements ServerProvider {
// 4. Set Data Center to null.
m_dc = null;
logger.warn("Data Center is set to null. Because it is not available in either (1) JVM system property 'idc', (2) OS env variable 'IDC' nor (3) property 'idc' from the properties InputStream.");
logger.debug("Data Center is set to null. Because it is not available in either (1) JVM system property 'idc', (2) OS env variable 'IDC' nor (3) property 'idc' from the properties InputStream.");
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment