This commit is contained in:
a.komissarov 2024-08-25 00:56:05 +03:00
parent 05157f338b
commit 313b10b409

View File

@ -53,7 +53,7 @@ func (d *Dns) ResolveHost(ctx context.Context, host string, enableDoh bool, useS
ctx, cancel := context.WithTimeout(ctx, 3*time.Second)
defer cancel()
logger.Info().Msgf("resolving %s using %s", host, clt)
logger.Debug().Msgf("resolving %s using %s", host, clt)
t := time.Now()