Added some more logging.
This commit is contained in:
parent
c0d0da858b
commit
3dbf36832e
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user