Skip to content

Commit

Permalink
Update internal/client/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse <jwhitehouse@airpost.net>
Signed-off-by: Raymond Cypher <raymond.cypher@databricks.com>
  • Loading branch information
rcypher-databricks and susodapop committed Oct 12, 2023
1 parent 1d02905 commit 3df5f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func SprintGuid(bts []byte) string {
return fmt.Sprintf("%x", bts)
}

// Create an updated context and a logger that include query and connection id
// Create an updated context and a logger that includes query and connection id
func LoggerAndContext(ctx context.Context, c any) (*logger.DBSQLLogger, context.Context) {
connId := driverctx.ConnIdFromContext(ctx)
corrId := driverctx.CorrelationIdFromContext(ctx)
Expand Down

0 comments on commit 3df5f70

Please sign in to comment.