You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are configuring services logger instance when the app launches instead of using the one provided on each request therefore we don't get the reqId when logging making it harded to filter by request.
Proposed Solution
Remove logger configuration in services.ts
When invoking the service use as a parameter the req.logsee
Description
We are configuring services
logger
instance when the app launches instead of using the one provided on each request therefore we don't get thereqId
when logging making it harded to filter by request.Proposed Solution
services.ts
req.log
seeIt might be a good idea to do this task after https://github.com/input-output-hk/cardano-rosetta/issues/56
The text was updated successfully, but these errors were encountered: