From a7d0f92da2a560af53e474bdcb33e92097bc2457 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Sat, 5 Sep 2020 10:31:05 -0500 Subject: [PATCH] debug view engine paths --- lib/src/unit/ViewEngine.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/unit/ViewEngine.ts b/lib/src/unit/ViewEngine.ts index f2a3a5f..5107447 100644 --- a/lib/src/unit/ViewEngine.ts +++ b/lib/src/unit/ViewEngine.ts @@ -57,6 +57,7 @@ export default class ViewEngine extends LifecycleUnit { } this.template_dir = this.app.app_path(base_dir) +console.log('view engine template dir', { base_dir, template_dir: this.template_dir }) this.engine = config this.logger.info(`Determined view engine from config: ${config}`) this.logger.info(`Determined base directory for templates: ${this.template_dir}`)