Skip to content

Commit

Permalink
Update inlong-agent/agent-plugins/src/main/java/org/apache/inlong/age…
Browse files Browse the repository at this point in the history
…nt/plugin/utils/regex/FileTask.java

Co-authored-by: AloysZhang <[email protected]>
  • Loading branch information
justinwwhuang and aloyszhang authored Dec 30, 2024
1 parent 9ed81a0 commit d3f8c0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ private void dealWithWatchKey(org.apache.inlong.agent.plugin.task.logcollection.
continue;
}
if (Files.isDirectory(child)) {
LOGGER.info("The find creation event is triggered by a directory: " + child
.getFileName());
LOGGER.info("The find creation event is triggered by a directory: {}", child.getFileName());

entity.registerRecursively(child);
continue;
}
Expand Down

0 comments on commit d3f8c0a

Please sign in to comment.