diff --git a/server/clickhouse.go b/server/clickhouse.go index 9a37f70..2343a3a 100644 --- a/server/clickhouse.go +++ b/server/clickhouse.go @@ -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)