flag to show relevant visor logging on skywire-cli proxy start
& skywire-cli vpn start
#1682
Labels
skywire-cli proxy start
& skywire-cli vpn start
#1682
The following is currently observed when starting the proxy or VPN from
skywire-cli
:After entering the command,
Starting
is printed, and every second it prints another.
until the proxy has started, then it printsRunning
on a new line.This was done because it might take the visor a while to get the needed transports and routes before even starting the proxy. So there would be no indication that anything was happening without even this simple logging.
When starting the proxy or VPN with
skywire-cli
it would be convenient if there was a flag to show the logging as it would print to the terminal if you were running the visor ; in order to have some idea of what was happening without needing the visor running in another terminal; or without needing to look anywhere else besides the terminal you are attempting to start the proxy or VPN in currently.We should show only the logging specific to:
If invoked with the flag to show the logs ; it should:
ctrl+c
With the flag that shows the logging, it should not give the terminal back until the proxy or VPN is stopped & it should be possible to stop it with
ctrl+c
I recommend a similar flag to show logging for transport creation, at least.
The text was updated successfully, but these errors were encountered: