jinnrry 2 anni fa
parent
commit
ce393211cf
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      server/controllers/setup.go

+ 1 - 0
server/controllers/setup.go

@@ -21,6 +21,7 @@ func AcmeChallenge(w http.ResponseWriter, r *http.Request) {
 	if exist {
 		w.Write([]byte(auth.KeyAuth))
 	} else {
+		log.Errorf("AcmeChallenge Error Token Infos:%+v", instance.AuthInfo)
 		http.NotFound(w, r)
 	}
 }