Browse Source

(feat) Tweak logging

main
Michal Charemza 6 years ago
parent
commit
32bdb795b0
No known key found for this signature in database GPG Key ID: 4BBAF0F6B73C4363
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dnsrewriteproxy.py

+ 1
- 1
dnsrewriteproxy.py View File

@@ -130,7 +130,7 @@ def DnsProxy(
# https://stackoverflow.com/a/59794872/1319998
sock.sendto(response_data, addr)
except Exception:
logger.exception('Processing request from %s', addr)
request_logger.exception('Processing request from %s', addr)
finally:
upstream_queue.task_done()



Loading…
Cancel
Save