Changes between Initial Version and Version 1 of Ticket #30878


Ignore:
Timestamp:
Oct 14, 2019, 2:00:28 AM (5 years ago)
Author:
liumilan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30878 – Description

    initial v1  
    11When 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{{{
     4Exception happened during processing of request from ('127.0.0.1', 51975)
    35    Traceback (most recent call last):
    46      File "/data/home/anaconda3/lib/python3.6/socketserver.py", line 654, in process_request_thread
     
    1517        return self._sock.recv_into(b)
    1618    ConnectionResetError: [Errno 104] Connection reset by peer
     19}}}
Back to Top