adds request log to txt/json endpoints removes un-necessary debug log

This commit is contained in:
2024-01-25 07:08:36 -06:00
parent 4e03fcda83
commit 33cb4defd2
3 changed files with 7 additions and 2 deletions

View File

@@ -147,5 +147,6 @@ func tmpltTXT(w http.ResponseWriter) {
return
}
w.Header().Add("Content-Type", TYPE_TEXT_PLAIN)
w.Write(msgBuffer.Bytes()) //nolint:errcheck
}