准备0.5.7

This commit is contained in:
刘祥超
2022-11-02 10:54:07 +08:00
parent 0e4158f600
commit 881bb89ac0
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 {