Tags: hashicorp/terraform-plugin-log
Tags
Add log filtering functionality (#71) * New utility function in `internal/hclogutils`: `ArgsToKeys` It takes `ImplicitArgs()` from `hclog.Logger`, and returns the keys of the k/v pairs slice * Implementing the business logic of filtering in `internal/logging` package * Defining utilities to create `loggerKey`s for storing log filtering configuration in Context * Exposing log filtering on all offerings of this library - tflog root logger - tflog subsystem logger - tfsdklog root logger - tfsdklog subsystem logger * Adding CHANGELOG entries for log filtering and preparing for v0.5.0 release
PreviousNext