Skip to content

Commit

Permalink
MONDRIAN: Push SQL logging into log4j
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 3583]
  • Loading branch information
Sherman Wood committed May 15, 2005
1 parent 35af797 commit 26bd67d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/mondrian/rolap/RolapUtil.java
Expand Up @@ -240,6 +240,9 @@ public static ResultSet executeQuery(Connection jdbcConnection,
if (RolapUtil.debugOut != null) {
RolapUtil.debugOut.println(status);
}
if (LOGGER.isDebugEnabled()) {
LOGGER.debug(component + ": executing sql [" + sql + "]" + status);
}
getQuerySemaphore().leave();
}
}
Expand Down

0 comments on commit 26bd67d

Please sign in to comment.