Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 1, 2023
1 parent a108451 commit dc548e5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ public static Map<String, Collection<DataNode>> load(final String databaseName,

private static Map<String, Collection<DataNode>> load(final String databaseName, final DatabaseType databaseType, final String dataSourceName,
final DataSource dataSource, final Collection<String> excludedTables) {
if ("readwrite_ds_0".equals(dataSourceName)) {
System.out.println(111);
}
Map<String, Collection<String>> schemaTableNames = loadSchemaTableNames(databaseName, databaseType, dataSource, dataSourceName);
if ("readwrite_ds_0".equals(dataSourceName)) {
log.error("====schemaTableNames====" + schemaTableNames);
Expand Down

0 comments on commit dc548e5

Please sign in to comment.