daml/triggers
Moritz Kiefer 3fdc9f280c Clean trigger tracelog after each step (#3445)
Previously, we ended up accumulating trace messages which obviously is
not what you want. This PR changes this to replace the tracelog by a
new, empty TraceLog (if there actually was something to trace) and
thereby fixes this issue.

I don’t really want to start adding tests for logging output so for
now this doesn’t have a manual test but if this starts becoming a
problem again, we probably want to add a separate output source to the
trigger runner instead of going via the logger so we can test this easily.
2019-11-13 10:13:41 +00:00
..
daml [daml-triggers] Rename getTemplates to getContracts (#3430) 2019-11-12 14:48:24 +01:00
runner Clean trigger tracelog after each step (#3445) 2019-11-13 10:13:41 +00:00
tests [daml-triggers] Rename getTemplates to getContracts (#3430) 2019-11-12 14:48:24 +01:00