File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ func (api *RestAPI) updateNodeStates(rw http.ResponseWriter, r *http.Request) {
100100 }
101101 }
102102
103- cclog .Infof ("Timer updateNodeStates, MemStore HealthCheck: %s" , time .Since (startMs ))
104- startDb := time .Now ()
103+ cclog .Debugf ("Timer updateNodeStates, MemStore HealthCheck: %s" , time .Since (startMs ))
104+ startDB := time .Now ()
105105
106106 for _ , node := range req .Nodes {
107107 state := determineState (node .States )
@@ -122,5 +122,5 @@ func (api *RestAPI) updateNodeStates(rw http.ResponseWriter, r *http.Request) {
122122 repo .UpdateNodeState (node .Hostname , req .Cluster , & nodeState )
123123 }
124124
125- cclog .Infof ("Timer updateNodeStates, SQLite Inserts: %s" , time .Since (startDb ))
125+ cclog .Debugf ("Timer updateNodeStates, SQLite Inserts: %s" , time .Since (startDB ))
126126}
You can’t perform that action at this time.
0 commit comments