diff --git a/src/pylorax/ltmpl.py b/src/pylorax/ltmpl.py index 2abce21b..2caf22ba 100644 --- a/src/pylorax/ltmpl.py +++ b/src/pylorax/ltmpl.py @@ -309,6 +309,7 @@ class LoraxTemplateRunner(object): for g in fileglobs: for f in rglob(self._out(g)): remove(f) + logger.debug("removed %s", f) def chmod(self, fileglob, mode): '''