AdguardTeam / AdGuardDNSClient

Client tool for AdGuard DNS
https://adguard-dns.io
Apache License 2.0
61 stars 1 forks source link

DNS proxy logs are written to stderr instead of log.output #1

Closed ainar-g closed 2 months ago

ainar-g commented 2 months ago

Prerequisites

The problem

When log.verbose is true, AdGuardDNSClient writes logs from module dnsproxy to stderr as opposed to log.output.

Proposed solution

Update module dnsproxy and make it write logs to log.output.

Alternatives considered and additional information

No response