Changes between Initial Version and Version 1 of Ticket #30878
- Timestamp:
- Oct 14, 2019, 2:00:28 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30878 – Description
initial v1 1 1 When I deploy the nameserver to the IP host, django will catch the error request from the nameserver. Maybe the nameserver sent a hearbeat to the IP host. How can I disable this error log from django? 2 Exception happened during processing of request from ('127.0.0.1', 51975) 2 3 {{{ 4 Exception happened during processing of request from ('127.0.0.1', 51975) 3 5 Traceback (most recent call last): 4 6 File "/data/home/anaconda3/lib/python3.6/socketserver.py", line 654, in process_request_thread … … 15 17 return self._sock.recv_into(b) 16 18 ConnectionResetError: [Errno 104] Connection reset by peer 19 }}}