Skip to content

Commit 12709c0

Browse files
committed
added some debug log output
1 parent 43d8710 commit 12709c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/handler/api.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ func (bh *BaseHandler) APISolveHTTP01ChallengeHandler(w http.ResponseWriter, r *
564564
}
565565
return
566566
}
567+
logger.Debugf("HTTP-01 validation successful for domain %s", domain)
567568
}
568569

569570
// check well known path for every IP
@@ -600,6 +601,7 @@ func (bh *BaseHandler) APISolveHTTP01ChallengeHandler(w http.ResponseWriter, r *
600601
}
601602
return
602603
}
604+
logger.Debugf("HTTP-01 validation successful for IP %s", ip)
603605
}
604606

605607
// from here on, we know that the challenge was successful for all domains and IPs

0 commit comments

Comments
 (0)