Hello, I have a small node application and we use this nice library since some time on SCP.
The app acts more or less, as proxy to some other API's. We use express.
I would like to start using the request context logger, as it nicely handled the correlation id header.
Anyway, in my qunit tests (I use nock) I have to also bound the logger context to the request.
Is that possible? Do you have some example for it?
Hello, I have a small node application and we use this nice library since some time on SCP. The app acts more or less, as proxy to some other API's. We use express.
I would like to start using the request context logger, as it nicely handled the correlation id header. Anyway, in my qunit tests (I use nock) I have to also bound the logger context to the request.
Is that possible? Do you have some example for it?
Thanks and best regards!