mushorg / conpot

ICS/SCADA honeypot
GNU General Public License v2.0
1.24k stars 415 forks source link

Changing exception #425

Closed gauravzqa closed 5 years ago

gauravzqa commented 5 years ago

logger.error has now been changed to logger.exception

Fixes https://github.com/mushorg/conpot/issues/357

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 1125


Files with Coverage Reduction New Missed Lines %
conpot/protocols/http/web_server.py 3 85.71%
conpot/protocols/guardian_ast/guardian_ast_server.py 3 81.37%
conpot/protocols/ftp/ftp_handler.py 14 80.66%
conpot/protocols/ftp/ftp_base_handler.py 22 77.37%
conpot/protocols/http/command_responder.py 35 54.32%
<!-- Total: 77 -->
Totals Coverage Status
Change from base Build 1123: -0.6%
Covered Lines: 5365
Relevant Lines: 7566

💛 - Coveralls
xandfury commented 5 years ago

LGTM. Let us wait to see if others have anything else to say :slightly_smiling_face:

glaslos commented 5 years ago

Thanks for the contribution!