Private
Public Access
1
0

Disable clickhouse debug logging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-15 23:49:39 -07:00
parent 80ef36ae1c
commit 1f7973e885

View File

@@ -19,7 +19,7 @@ func (srv *Server) chConn(ctx context.Context) (driver.Conn, error) {
Username: "default",
Password: "",
},
Debug: true,
// Debug: true,
// Debugf: func(format string, v ...interface{}) {
// slog.Info("debug format", "format", format)
// fmt.Printf(format+"\n", v)