Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmay-db committed Aug 20, 2024
1 parent dc4ba08 commit 5a193b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ func SetTfLogger(ctx context.Context) {
logger.DefaultLogger = NewTfLogger(ctx)
}

var loggerContext context.Context

// This function is always enabled because TfLogger implements the Logger interface from Go SDK and there we check
// if the logging is enabled based on level (which default to Info).
// This however isn't possible here since tflog isn't enabled / disabled based on log level.
Expand Down

0 comments on commit 5a193b4

Please sign in to comment.