hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

fix: freemarker output redirection #197

Closed ml019 closed 3 years ago

ml019 commented 3 years ago

Intent of Change

Description

Motivation and Context

Previously, the wrapper was always redirecting both stdout and stderr to the one target. With the changes to output handling in the wrapper and engine, the wrapper script now assumes the environment is set up to redirect output where required.

The logging of "generation successful" was removed to reduce the noise in the output generated during template creation.

How Has This Been Tested?

Local template generation

Followup Actions