You might consider resetting the template interpolation setting back to what it was afterwards as this affects all instances of underscore templates in the current process.
(I do use underscore templating with the default settings in one of my projects)
https://github.com/heapsource/express-winston/blob/4472ed235541b52582f48486a0f1863211d29555/index.js#L167
You might consider resetting the template interpolation setting back to what it was afterwards as this affects all instances of underscore templates in the current process.
(I do use underscore templating with the default settings in one of my projects)