Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging issues in v0.106.0-a.122 #2954

Closed
ameshkov opened this issue Apr 14, 2021 · 0 comments
Closed

Logging issues in v0.106.0-a.122 #2954

ameshkov opened this issue Apr 14, 2021 · 0 comments
Assignees
Milestone

Comments

@ameshkov
Copy link
Member

  1. Unnecessary errors in the log, should be debug:
2021/04/13 20:04:46 [error] rdns: resolving "47.245.54.133": lookup for "133.54.245.47.in-addr.arpa.": the answer section is empty
2021/04/13 20:04:46 [error] rdns: resolving "141.22.28.227": lookup for "227.28.22.141.in-addr.arpa.": the answer section is empty
2021/04/13 20:04:47 [error] rdns: resolving "27.115.124.74": lookup for "74.124.115.27.in-addr.arpa.": the answer section is empty
2021/04/13 23:26:03 [error] rdns: resolving "183.134.120.142": lookup for "142.120.134.183.in-addr.arpa.": the answer section is empty
  1. Verbose logging is disabled, but I am still getting SOME debug logs:
2021/04/14 04:29:10 [debug] web: https: http: TLS handshake error from 216.218.206.68:47872: read tcp 91.239.27.199:443->216.218.206.68:47872: read: connection reset by peer

2021/04/14 04:29:11 [debug] web: https: http: TLS handshake error from 216.218.206.68:53156: read tcp 91.239.27.199:443->216.218.206.68:53156: read: connection reset by peer

2021/04/14 04:29:11 [debug] web: https: http: TLS handshake error from 216.218.206.68:35606: tls: no cipher suite supported by both client and server

2021/04/14 04:29:12 [debug] web: https: http: TLS handshake error from 216.218.206.68:40980: read tcp 91.239.27.199:443->216.218.206.68:40980: read: connection reset by peer

2021/04/14 04:29:12 [debug] web: https: http: TLS handshake error from 216.218.206.68:46710: tls: client offered only unsupported versions: [302 301]

2021/04/14 04:29:13 [debug] web: https: http: TLS handshake error from 216.218.206.68:52650: read tcp 91.239.27.199:443->216.218.206.68:52650: read: connection reset by peer
@ameshkov ameshkov added this to the v0.106.0 milestone Apr 14, 2021
adguard pushed a commit to AdguardTeam/golibs that referenced this issue Apr 15, 2021
Merge in DNS/golibs from fix-log to master

Updates AdguardTeam/AdGuardHome#2954.

Squashed commit of the following:

commit e1c0ae1
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Thu Apr 15 17:39:13 2021 +0300

    log: fix docs

commit db61f5b
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Wed Apr 14 14:55:28 2021 +0300

    log: fix dealing with level and prefix
heyxkhoa pushed a commit to heyxkhoa/AdGuardHome that referenced this issue Mar 20, 2023
Merge in DNS/adguard-home from 2954-wrong-logs to master

Closes AdguardTeam#2954.

Squashed commit of the following:

commit 94c77a4
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Thu Apr 15 19:15:18 2021 +0300

    all: log changes

commit b509571
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Thu Apr 15 19:09:46 2021 +0300

    go.mod: upd golibs

commit 70ec262
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Thu Apr 15 17:57:25 2021 +0300

    home: fix config logging

commit f45c407
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Wed Apr 14 15:00:55 2021 +0300

    home: fix rdns logging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants