Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Sep 30, 2023
1 parent fbec499 commit d3df661
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ public SingleRule(final SingleRuleConfiguration ruleConfig, final String databas
Map<String, DataSource> aggregateDataSourceMap = SingleTableLoadUtils.getAggregatedDataSourceMap(enabledDataSources, builtRules);
dataSourceNames = aggregateDataSourceMap.keySet();
databaseType = DatabaseTypeEngine.getStorageType(enabledDataSources.values());
log.error("=====SingleRule databaseName=====" + databaseName);
log.error("=====SingleRule databaseType=====" + databaseType);
log.error("=====SingleRule aggregateDataSourceMap=====" + aggregateDataSourceMap.keySet());
log.error("=====SingleRule builtRules=====" + builtRules);
log.error("=====SingleRule configuration.getTables()=====" + configuration.getTables());
singleTableDataNodes = SingleTableDataNodeLoader.load(databaseName, databaseType, aggregateDataSourceMap, builtRules, configuration.getTables());
log.error("=====SingleRule singleTableDataNodes keySet=====" + singleTableDataNodes.keySet());
Expand Down

0 comments on commit d3df661

Please sign in to comment.