From 8f3e395a1fb65f812a0782b9808a9cac1c5b862c Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Tue, 25 May 2021 17:47:20 +0200 Subject: [PATCH] athena: log before trying to connect --- selfdrive/athena/athenad.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/athena/athenad.py b/selfdrive/athena/athenad.py index 5d6a64b49a..5d308f7a77 100755 --- a/selfdrive/athena/athenad.py +++ b/selfdrive/athena/athenad.py @@ -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,