diff --git a/core/http.go b/core/http.go index 4d1c4c34a..79cc60fc2 100644 --- a/core/http.go +++ b/core/http.go @@ -373,7 +373,7 @@ func (self *WebService) HandleQuery(w http.ResponseWriter, r *http.Request) { } _, bits := r.Form["bits"] - log.Info("PQL:", database_name, pql) + log.Debug("PQL:", database_name, pql) results, err := self.service.Executor.RunPQL(database_name, pql) if err != nil { log.Warn("PQL Exec Error:", err.Error(), database_name, pql)