Added some more logging.

This commit is contained in:
JesseBrault0709 2023-01-10 09:47:31 -06:00
parent c0d0da858b
commit 3dbf36832e

View File

@ -188,6 +188,7 @@ class StaticSiteGeneratorCli implements Callable<Integer> {
//noinspection GroovyInfiniteLoopStatement
while (true) {
def watchKey = watchService.take()
logger.debug('watchKey: {}', watchKey)
watchKey.pollEvents().each {
logger.debug('watchEvent: {}', it)
}