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 1d02905 commit 3df5f70Copy full SHA for 3df5f70
internal/client/client.go
@@ -390,7 +390,7 @@ func SprintGuid(bts []byte) string {
390
return fmt.Sprintf("%x", bts)
391
}
392
393
-// 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
394
func LoggerAndContext(ctx context.Context, c any) (*logger.DBSQLLogger, context.Context) {
395
connId := driverctx.ConnIdFromContext(ctx)
396
corrId := driverctx.CorrelationIdFromContext(ctx)
0 commit comments