pagopa / interop-be-monorepo

Apache License 2.0
0 stars 1 forks source link

IMN-783 - Adding correlationId to selfcare client logs #992

Closed ecamellini closed 12 hours ago

ecamellini commented 6 days ago

Closes IMN-783

In #955 I implemented logging for all generated clients using interceptors - the logging utility also logs the correlation ID if present in the headers. So, now, to log it for selfcare calls, it is sufficient to pass it as a header to the generated client whenever we call it.

Before

image

After

image