mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-06 05:52:12 +08:00
athena: log before trying to connect
old-commit-hash: 8f3e395a1fb65f812a0782b9808a9cac1c5b862c
This commit is contained in:
@@ -441,6 +441,7 @@ def main():
|
||||
conn_retries = 0
|
||||
while 1:
|
||||
try:
|
||||
cloudlog.event("athenad.main.connecting_ws", ws_uri=ws_uri)
|
||||
ws = create_connection(ws_uri,
|
||||
cookie="jwt=" + api.get_token(),
|
||||
enable_multithread=True,
|
||||
|
||||
Reference in New Issue
Block a user