spiffe / spiffe-helper

The SPIFFE Helper is a tool that can be used to retrieve and manage SVIDs on behalf of a workload
Apache License 2.0
43 stars 40 forks source link

Switch to structured logging #31

Closed faisal-memon closed 9 months ago

faisal-memon commented 1 year ago

Right now we are using go-spiffe/v2 logger package which is just a wrapper for the standard golang log package. We should switch to zap, zerolog, or one of the other structured logging libraries.

FedeNQ commented 1 year ago

Can you assign it to me?