Closed zbuchheit closed 3 months ago
PR is now waiting for a maintainer to take action.
Note for the maintainer: Commands available:
/run-acceptance-tests
- used to test run the acceptance tests for the projectThis PR has been shipped in release v0.21.0.
Update the infer/README.md logging example from the old way
ctx.Logf(diag.Warning, "file %q already deleted", props.Path)
to the new wayp.GetLogger(ctx).Warningf("file %q already deleted", props.Path)