osxhacker / demo-microsite

An exploration of microsite/microservice concepts.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Add error/warn logging when producing ProblemDetails #9

Closed osxhacker closed 10 months ago

osxhacker commented 10 months ago

While error responses are properly emitted by the microservices, currently the conditions which result in a ProblemDetails are not being logged via log4cats.

Successful completion of this task will introduce logging which:

osxhacker commented 10 months ago

Introducing a new Advice type named LogInvocation has identified a minimal impact solution which addresses the feature enhancement.

It has been successfully tested locally with TapirEndpoint and what remains is incorporating it into the Aspects involved with Kafka event processing.