Skip to content

Commit 1d3ac23

Browse files
authored
fix(go/adbc/driver/snowflake): set log level to not spam console (#2807)
Fixes #2792.
1 parent 2042355 commit 1d3ac23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go/adbc/driver/snowflake/snowflake_database.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ func (d *databaseImpl) SetOptions(cnOptions map[string]string) error {
161161
Params: make(map[string]*string),
162162
}
163163
}
164+
// XXX(https://github.com/apache/arrow-adbc/issues/2792): Snowflake
165+
// has a tendency to spam the log by default, so set the log level
166+
d.cfg.Tracing = "fatal"
164167

165168
// set default application name to track
166169
// unless user overrides it

0 commit comments

Comments
 (0)