Skip to content

Commit

Permalink
Improve logging on batch stat issues.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 162618754
  • Loading branch information
ericfelly authored and aehlig committed Jul 21, 2017
1 parent 00006dc commit 94153a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ public void run() {
} catch (IOException e) {
// Batch stat did not work. Log an exception and fall back on system calls.
LoggingUtil.logToRemote(Level.WARNING, "Unable to process batch stat", e);
LOG.log(Level.WARNING, "Unable to process batch stat", e);
outputStatJob(dirtyKeys, shard, knownModifiedOutputFiles, sortedKnownModifiedOutputFiles)
.run();
return;
Expand Down

0 comments on commit 94153a6

Please sign in to comment.