Hi guys,
I have a server based on Servant, with many concurrent requests.
The problem is that the traces are getting messy...
It's harder and harder to analyses problems with all the intertwined traces from different requests.
Is there a way to extract a request number, or thread number in order to include it in the log trace? This would allow me to sort the traces by requests.
Cheers
Corentin