Closed psychomario closed 9 years ago
Fixes the following:
get_child
With the initial debug logging block, there are a lot of lines that duplicate the service name in the log format string and the actual log message. For example:
2015-05-12 17:30:51,190 [DEBUG] PyPXE.TFTP TFTP Server IP: 0.0.0.0 2015-05-12 17:30:51,190 [DEBUG] PyPXE.TFTP TFTP Server Port: 69 2015-05-12 17:30:51,190 [DEBUG] PyPXE.TFTP TFTP Network Boot Directory: .
Should we remove the second TFTP, as it is already present in the logging namespace?
TFTP
Fixes the following:
get_child
in nbd writes.py was wrongWith the initial debug logging block, there are a lot of lines that duplicate the service name in the log format string and the actual log message. For example:
Should we remove the second
TFTP
, as it is already present in the logging namespace?