mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Logging a proper url allows terminals to make it clickable (#2554)
This commit is contained in:
parent
5389382798
commit
a88c022406
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue