Debugging the trigger-service when running more than one trigger
App Development3 posts280 views1 likesLast activity Dec 2022
ST
StephenOP
Jul 2022What do I do though if the trigger-service is running more than one trigger?
What do you mean by it?
LE
Leonid_Rozenberg
Jul 2022@Stephen My question is how do I end up splitting and filtering the logs further if
daml.tracelog - [unknown source]
is all we have to identify a log line. For example, if I have triggerA and triggerB running within the trigger-service, can i configure the logging such that they write to separate files? Or even how can I filter the stdout to separate them.
PR
Pris17
Dec 2022Hi,
Did you find any resolution to this? I am also trying to do something similar but unable to do it.