pulumi / pulumi-go-provider

A framework for building Go Providers for Pulumi
Apache License 2.0
33 stars 10 forks source link

Update the infer README.md logging example #250

Closed zbuchheit closed 3 months ago

zbuchheit commented 3 months ago

Update the infer/README.md logging example from the old way ctx.Logf(diag.Warning, "file %q already deleted", props.Path) to the new way p.GetLogger(ctx).Warningf("file %q already deleted", props.Path)

github-actions[bot] commented 3 months ago

PR is now waiting for a maintainer to take action.

Note for the maintainer: Commands available:

pulumi-bot commented 3 months ago

This PR has been shipped in release v0.21.0.