Skip to content
Snippets Groups Projects
Commit 23e10885 authored by ale's avatar ale
Browse files

Log successful submissions

parent fcf88ca6
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,7 @@ func (s *Server) handleSubmission(w http.ResponseWriter, r *http.Request) {
http.Error(w, err.Error(), http.StatusInternalServerError)
return
}
log.Printf("received %d entries from shard %s", len(req.Entries), req.Shard)
serverutil.EncodeJSONResponse(w, nil)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment