Skip to content

Commit

Permalink
0003046: Table debug log statement causes slowness
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellpettit committed Apr 13, 2017
1 parent 7bd384d commit 428d51f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1146,7 +1146,7 @@ public static Column[] orderColumns(String[] columnNames, Table table) {
break;
}
}
if (orderedColumns[i] == null) {
if (orderedColumns[i] == null && log.isDebugEnabled()) {
log.debug("Could not find column with the name of {} on table {}", name, table.toVerboseString());
}
}
Expand Down

0 comments on commit 428d51f

Please sign in to comment.