From 2cee6a689d86f38979fe144277689621220e4949 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Wed, 8 Mar 2023 09:29:43 -0500 Subject: [PATCH] Update python-node-exporter.py --- app/python-node-exporter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/python-node-exporter.py b/app/python-node-exporter.py index 5ae2cf9..8d89d59 100644 --- a/app/python-node-exporter.py +++ b/app/python-node-exporter.py @@ -368,6 +368,7 @@ def GetDataFunc(): #----------------run http server on port 9999----------------- def WebServer(): + log.debug("Web Server Started") PORT = 9999 Handler = http.server.SimpleHTTPRequestHandler