Is it possible to add something like:
logger:
level: (${log_level} ? ${log_level} : INFO)
if log_level is defined in the substitutions: section, then use it’s log level otherwise default to INFO, this way you can have better and more generic templates