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) }