Disable clickhouse debug logging
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -19,7 +19,7 @@ func (srv *Server) chConn(ctx context.Context) (driver.Conn, error) {
|
|||||||
Username: "default",
|
Username: "default",
|
||||||
Password: "",
|
Password: "",
|
||||||
},
|
},
|
||||||
Debug: true,
|
// Debug: true,
|
||||||
// Debugf: func(format string, v ...interface{}) {
|
// Debugf: func(format string, v ...interface{}) {
|
||||||
// slog.Info("debug format", "format", format)
|
// slog.Info("debug format", "format", format)
|
||||||
// fmt.Printf(format+"\n", v)
|
// fmt.Printf(format+"\n", v)
|
||||||
|
|||||||
Reference in New Issue
Block a user