Skip to content

Commit

Permalink
[New] Improve logging in tarql module
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Aug 30, 2021
1 parent ed6ccdc commit bcd5d9a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public ExecutionContext executeSelf() {
tabularDataFilePath = sourceFilePath;
}

LOG.debug("Processing tabular data from file path {}.", tabularDataFilePath);

// set up variable bindings
for (Resource constructQueryRes : constructQueries) {
Construct spinConstructRes = constructQueryRes.as(Construct.class);
Expand Down

0 comments on commit bcd5d9a

Please sign in to comment.