We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ff4b0 commit d21b223Copy full SHA for d21b223
tfprotov5/tf5server/server.go
@@ -456,7 +456,7 @@ func (s *server) stoppableContext(ctx context.Context) context.Context {
456
// terraform-plugin-log loggers injected.
457
func (s *server) loggingContext(ctx context.Context) context.Context {
458
if s.useTFLogSink {
459
- //ctx = tfsdklog.ContextWithStandardLogging(ctx, s.testHandle.Name())
+ ctx = tfsdklog.ContextWithStandardLogging(ctx, s.testHandle.Name())
460
}
461
462
ctx = logging.InitContext(ctx, s.tflogSDKOpts, s.tflogOpts)
0 commit comments