Skip to content

Commit

Permalink
Rebase on top of #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
paddycarver committed Sep 4, 2021
1 parent a65b7d5 commit e82db0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfsdklog/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func NewRootProviderLogger(ctx context.Context, options ...logging.Option) conte
if opts.Level != hclog.NoLevel {
logger.SetLevel(opts.Level)
}
return logging.SetProviderSpaceRootLogger(ctx, logger)
return logging.SetProviderRootLogger(ctx, logger)
}
if opts.Level == hclog.NoLevel {
opts.Level = hclog.Trace
Expand Down

0 comments on commit e82db0a

Please sign in to comment.