Closed cdunster closed 1 month ago
The url command can be used to:
url
Print the connection_url for a configured lair-keystore server to stdout and exit
However, the PR #135 added tracing to stdout so now the output of the url command is:
stdout
2024-10-18T14:23:56.883594Z INFO lair_keystore: starting lair-keystore unix:///tmp/trycp/players/agent-51/socket?k=swcG0QVYnXWYLlJlAoNXOMaSN6AQdmvdP_VRoCESPHQ
This causes problems when trying to use the url command to get the connection_url to be used. E.g https://github.com/holochain/tryorama/blob/bcbb1262db8b15c77ad5cf0ee451f0ed44ca2523/crates/trycp_server/src/configure_player.rs#L119
connection_url
The
url
command can be used to:However, the PR #135 added tracing to
stdout
so now the output of theurl
command is:This causes problems when trying to use the
url
command to get theconnection_url
to be used. E.g https://github.com/holochain/tryorama/blob/bcbb1262db8b15c77ad5cf0ee451f0ed44ca2523/crates/trycp_server/src/configure_player.rs#L119