adds request log to txt/json endpoints removes un-necessary debug log
This commit is contained in:
@@ -147,5 +147,6 @@ func tmpltTXT(w http.ResponseWriter) {
|
||||
return
|
||||
}
|
||||
|
||||
w.Header().Add("Content-Type", TYPE_TEXT_PLAIN)
|
||||
w.Write(msgBuffer.Bytes()) //nolint:errcheck
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user