Added some more logging.
This commit is contained in:
parent
c0d0da858b
commit
3dbf36832e
@ -188,6 +188,7 @@ class StaticSiteGeneratorCli implements Callable<Integer> {
|
|||||||
//noinspection GroovyInfiniteLoopStatement
|
//noinspection GroovyInfiniteLoopStatement
|
||||||
while (true) {
|
while (true) {
|
||||||
def watchKey = watchService.take()
|
def watchKey = watchService.take()
|
||||||
|
logger.debug('watchKey: {}', watchKey)
|
||||||
watchKey.pollEvents().each {
|
watchKey.pollEvents().each {
|
||||||
logger.debug('watchEvent: {}', it)
|
logger.debug('watchEvent: {}', it)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user