Skip to content

Commit

Permalink
Use TF_LOG_SDK_HELPER_SCHEMA instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
paddycarver committed Dec 23, 2021
1 parent 2c6d3ea commit 89ca073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper/schema/grpc_provider.go
Expand Up @@ -24,12 +24,12 @@ import (

const (
newExtraKey = "_new_extra_shim"
tflogSubsystemName = "sdkv2"
tflogSubsystemName = "helper_schema"
)

func withLogger(ctx context.Context) context.Context {
return tfsdklog.NewSubsystem(ctx, tflogSubsystemName,
tfsdklog.WithLevelFromEnv("TF_LOG_SDK_V2"))
tfsdklog.WithLevelFromEnv("TF_LOG_SDK_HELPER_SCHEMA"))
}

func NewGRPCProviderServer(p *Provider) *GRPCProviderServer {
Expand Down

0 comments on commit 89ca073

Please sign in to comment.