1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: moves warn to debug for releases

This commit is contained in:
Amir Raminfar
2024-01-12 11:37:38 -08:00
parent 9abab4ce77
commit 89babeab9a

View File

@@ -22,7 +22,7 @@ func (h *handler) releases(w http.ResponseWriter, r *http.Request) {
if err != nil {
http.Error(w, err.Error(), http.StatusInternalServerError)
log.Warnf("error reading releases: %v", err)
log.Debugf("error reading releases: %v", err)
return
}