mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
lowered log level
This commit is contained in:
parent
4880303e5c
commit
1dffa07fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue