We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fe714 commit cdc8446Copy full SHA for cdc8446
labthings/server/wsgi/gevent.py
@@ -70,9 +70,9 @@ def run(
70
71
# Slightly more useful logger output
72
friendlyhost = "localhost" if host == "0.0.0.0" else host
73
- logging.info("Starting LabThings WSGI Server")
74
- logging.info(f"Debug mode: {debug}")
75
- logging.info(f"Running on http://{friendlyhost}:{port} (Press CTRL+C to quit)")
+ print("Starting LabThings WSGI Server")
+ print(f"Debug mode: {debug}")
+ print(f"Running on http://{friendlyhost}:{port} (Press CTRL+C to quit)")
76
77
# Create WSGIServer
78
wsgi_server = gevent.pywsgi.WSGIServer(
0 commit comments