diff --git a/cli/src/main/resources/log4j2.xml b/cli/src/main/resources/log4j2.xml index ce331c2..47819a7 100644 --- a/cli/src/main/resources/log4j2.xml +++ b/cli/src/main/resources/log4j2.xml @@ -3,8 +3,8 @@ - - + + diff --git a/lib/src/main/groovy/com/jessebrault/ssg/SimpleStaticSiteGenerator.groovy b/lib/src/main/groovy/com/jessebrault/ssg/SimpleStaticSiteGenerator.groovy index 91cac8c..b52b7be 100644 --- a/lib/src/main/groovy/com/jessebrault/ssg/SimpleStaticSiteGenerator.groovy +++ b/lib/src/main/groovy/com/jessebrault/ssg/SimpleStaticSiteGenerator.groovy @@ -49,7 +49,6 @@ class SimpleStaticSiteGenerator implements StaticSiteGenerator { // Render the text (i.e., transform text to html) def renderedText = it.type.renderer.render(it.text, globals) - logger.debug('renderedText: {}', renderedText) // Extract frontMatter from text def frontMatter = it.type.frontMatterGetter.get(it.text) @@ -74,7 +73,6 @@ class SimpleStaticSiteGenerator implements StaticSiteGenerator { // Render the template using the result of rendering the text earlier def result = template.type.renderer.render(template, frontMatter, renderedText, parts, globals) - logger.debug('result: {}', result) // Output the result to the outfile, an .html file outputPage(it.path, result) @@ -85,7 +83,6 @@ class SimpleStaticSiteGenerator implements StaticSiteGenerator { logger.info('processing specialPage: {}', it) def result = it.type.renderer.render(it.text, texts, parts, globals) - logger.info('result: {}', result) // Output result to file outputPage(it.path, result) diff --git a/lib/src/test/resources/log4j2.xml b/lib/src/test/resources/log4j2.xml index ce331c2..47819a7 100644 --- a/lib/src/test/resources/log4j2.xml +++ b/lib/src/test/resources/log4j2.xml @@ -3,8 +3,8 @@ - - + +