准备0.5.7

This commit is contained in:
GoEdgeLab
2022-11-02 10:54:07 +08:00
parent 2f6cb128a4
commit ca21f72f19
2 changed files with 5 additions and 3 deletions

View File

@@ -57,7 +57,9 @@ func (this *Request) Run() (certData []byte, keyData []byte, err error) {
func (this *Request) runDNS() (certData []byte, keyData []byte, err error) {
if !this.debug {
acmelog.Logger = log.New(io.Discard, "", log.LstdFlags)
if !Tea.IsTesting() {
acmelog.Logger = log.New(io.Discard, "", log.LstdFlags)
}
}
if this.task.User == nil {