Skip to content
Snippets Groups Projects
Commit 7da93f4a authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Manager: log worker signing off at WARNING level

parent 16591407
No related branches found
No related tags found
No related merge requests found
...@@ -232,7 +232,7 @@ func WorkerSignOff(w http.ResponseWriter, r *auth.AuthenticatedRequest, db *mgo. ...@@ -232,7 +232,7 @@ func WorkerSignOff(w http.ResponseWriter, r *auth.AuthenticatedRequest, db *mgo.
} }
w_ident := worker.Identifier() w_ident := worker.Identifier()
log.Infof("%s Worker %s signing off", r.RemoteAddr, w_ident) log.Warningf("%s Worker %s signing off", r.RemoteAddr, w_ident)
// Update the tasks assigned to the worker. // Update the tasks assigned to the worker.
var tasks []Task var tasks []Task
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment