Add some debug logging.
This commit is contained in:
parent
c69ae44395
commit
9ed16f4c3a
1 changed files with 3 additions and 0 deletions
|
|
@ -311,6 +311,9 @@ public class Runner extends Component {
|
||||||
.ofNullable(config.template).orElse(DEFAULT_TEMPLATE));
|
.ofNullable(config.template).orElse(DEFAULT_TEMPLATE));
|
||||||
Files.deleteIfExists(templatePath);
|
Files.deleteIfExists(templatePath);
|
||||||
Files.copy(sourcePath, templatePath);
|
Files.copy(sourcePath, templatePath);
|
||||||
|
logger.fine(() -> "Using template " + sourcePath);
|
||||||
|
} else {
|
||||||
|
logger.fine(() -> "Using saved template.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure data model
|
// Configure data model
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue