kubewarden / policy-sdk-go

Kubewarden Policy SDK for the Go programming language
https://kubewarden.io
Apache License 2.0
8 stars 7 forks source link

Feature Request: Add support for other logger engines #70

Open brunorene opened 8 months ago

brunorene commented 8 months ago

Is your feature request related to a problem?

Not really. But onelog is a pretty old project and now Go provides structured logging from the stdlib, so it would be interesting to be able to use it, if the performance is satisfactory.

Solution you'd like

Support for slog on the Go SDK

Alternatives you've considered

Just keep using onelog :)

Anything else?

Not really. Great work btw 👍🏻