diff --git a/monkey/infection_monkey/exploit/log4shell_utils/exploit_class_http_server.py b/monkey/infection_monkey/exploit/log4shell_utils/exploit_class_http_server.py index cabfb74ff..c10a70d2e 100644 --- a/monkey/infection_monkey/exploit/log4shell_utils/exploit_class_http_server.py +++ b/monkey/infection_monkey/exploit/log4shell_utils/exploit_class_http_server.py @@ -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)