pypxe / PyPXE

Pure Python PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server
MIT License
547 stars 125 forks source link

Minor Bug Fixes for v1.6 #92

Closed psychomario closed 9 years ago

psychomario commented 9 years ago

Fixes the following:

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?