eurofurence / reg-payment-service

EF Registration backend micro-service for dues and payments booking and accounting
MIT License
0 stars 1 forks source link

Unify logging and implement request logging for all incoming requests #30

Closed Jumpy-Squirrel closed 1 year ago

Jumpy-Squirrel commented 1 year ago

right now, incoming requests are not logged, and outgoing requests have a custom request logging implementation.

For the time until we move to k8s, we should have identical logging across all services.

Up for re-evaluation when we get to the point where we only need structured logging.