Logging a proper url allows terminals to make it clickable (#2554)

This commit is contained in:
Jesse Hills 2021-10-22 07:53:06 +13:00 committed by GitHub
parent 5389382798
commit a88c022406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -963,7 +963,7 @@ def start_web_server(args):
server.add_socket(socket)
else:
_LOGGER.info(
"Starting dashboard web server on port %s and configuration dir %s...",
"Starting dashboard web server on http://0.0.0.0:%s and configuration dir %s...",
args.port,
settings.config_dir,
)