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 65d9a68 commit e8f3277Copy full SHA for e8f3277
duckdb.go
@@ -20,10 +20,6 @@ import (
20
"gorm.io/gorm/schema"
21
)
22
23
-// debugLogging controls whether detailed debug logging is enabled
24
-// Set via environment variable GORM_DUCKDB_DEBUG=true or GORM_DUCKDB_DEBUG=1
25
26
27
var debugLogging = os.Getenv("GORM_DUCKDB_DEBUG") == "true" || os.Getenv("GORM_DUCKDB_DEBUG") == "1"
28
29
// debugLog logs messages only when debug logging is enabled
0 commit comments