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

Provide 'go' logging API #9

Closed flavio closed 3 years ago

flavio commented 3 years ago

A policy author should be able to generate logs from within a policy.

These log messages are going to be picked by the waPC host, which will process them according to its configuration.

This is part of https://github.com/kubewarden/policy-server/issues/73

Acceptance criteria