Agent: Change log level of Log4Shell HTTP startup message to INFO

This commit is contained in:
Mike Salvatore 2022-01-14 09:31:25 -05:00
parent be79f2bcdb
commit d5e05d7885
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class ExploitClassHTTPServer:
HTTPHandler.class_downloaded = self._class_downloaded
def run(self):
logger.debug("Starting ExploitClassHTTPServer")
logger.info("Starting ExploitClassHTTPServer")
self._class_downloaded.clear()
self._server.serve_forever(self._poll_interval)