From 3dbf36832ee51f9fce74330ee0f53f5c51d1367c Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Tue, 10 Jan 2023 09:47:31 -0600 Subject: [PATCH] Added some more logging. --- .../groovy/com/jessebrault/ssg/StaticSiteGeneratorCli.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/src/main/groovy/com/jessebrault/ssg/StaticSiteGeneratorCli.groovy b/cli/src/main/groovy/com/jessebrault/ssg/StaticSiteGeneratorCli.groovy index 4a3cc38..6a4be90 100644 --- a/cli/src/main/groovy/com/jessebrault/ssg/StaticSiteGeneratorCli.groovy +++ b/cli/src/main/groovy/com/jessebrault/ssg/StaticSiteGeneratorCli.groovy @@ -188,6 +188,7 @@ class StaticSiteGeneratorCli implements Callable { //noinspection GroovyInfiniteLoopStatement while (true) { def watchKey = watchService.take() + logger.debug('watchKey: {}', watchKey) watchKey.pollEvents().each { logger.debug('watchEvent: {}', it) }