Log build name.
This commit is contained in:
parent
d9824d7119
commit
106952874b
@ -21,6 +21,7 @@ class SimpleStaticSiteGenerator implements StaticSiteGenerator {
|
||||
@Override
|
||||
Tuple2<Collection<Diagnostic>, Collection<GeneratedPage>> generate(Build build) {
|
||||
logger.trace(enter, 'build: {}', build)
|
||||
logger.info('processing build with name: {}', build.name)
|
||||
|
||||
def config = build.config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user