mirror of
https://github.com/actiontech/dble.git
synced 2026-01-05 20:30:40 -06:00
Merge pull request #3561 from actiontech/inner/2049_1
[inner-2049] adjust log
This commit is contained in:
@@ -395,14 +395,14 @@ public final class ReloadConfig {
|
||||
ReloadLogHelper.briefInfo("load config start [local xml]");
|
||||
loader = new ConfigInitializer();
|
||||
} else {
|
||||
ReloadLogHelper.briefInfo("load info start [memory]");
|
||||
ReloadLogHelper.briefInfo("load config start [memory]");
|
||||
ReloadLogHelper.debug("memory to Users is :{}\r\n" +
|
||||
"memory to DbGroups is :{}\r\n" +
|
||||
"memory to Shardings is :{}\r\n" +
|
||||
"memory to sequence is :{}", userConfig, dbConfig, shardingConfig, sequenceConfig);
|
||||
loader = new ConfigInitializer(userConfig, dbConfig, shardingConfig, sequenceConfig);
|
||||
}
|
||||
ReloadLogHelper.briefInfo("load info end");
|
||||
ReloadLogHelper.briefInfo("load config end");
|
||||
return loader;
|
||||
} catch (Exception e) {
|
||||
throw new Exception(e.getMessage() == null ? e.toString() : e.getMessage(), e);
|
||||
|
||||
Reference in New Issue
Block a user