Skip to content

Commit

Permalink
Minor logging improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
DImuthuUpe committed Sep 3, 2021
1 parent d3bf876 commit a33bf64
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -109,6 +109,8 @@ public TaskResult runBlockingCode() throws Exception {
.setType("FILE")
.setMetadata(structBuilder.build()).build());

logger.info("Successfully added metadata to resource {}", getResourceId());

return new TaskResult(TaskResult.Status.COMPLETED, "Completed");
} finally {
if (channel != null) {
Expand Down

0 comments on commit a33bf64

Please sign in to comment.