File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ func (s *server) stoppableContext(ctx context.Context) context.Context {
456456// terraform-plugin-log loggers injected.
457457func (s * server ) loggingContext (ctx context.Context ) context.Context {
458458 if s .useTFLogSink {
459- // ctx = tfsdklog.ContextWithStandardLogging (ctx, s.testHandle.Name())
459+ ctx = tfsdklog .ContextWithTestLogging (ctx , s .testHandle .Name ())
460460 }
461461
462462 ctx = logging .InitContext (ctx , s .tflogSDKOpts , s .tflogOpts )
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ func (s *server) stoppableContext(ctx context.Context) context.Context {
456456// terraform-plugin-log loggers injected.
457457func (s * server ) loggingContext (ctx context.Context ) context.Context {
458458 if s .useTFLogSink {
459- // ctx = tfsdklog.ContextWithStandardLogging (ctx, s.testHandle.Name())
459+ ctx = tfsdklog .ContextWithTestLogging (ctx , s .testHandle .Name ())
460460 }
461461
462462 ctx = logging .InitContext (ctx , s .tflogSDKOpts , s .tflogOpts )
You can’t perform that action at this time.
0 commit comments