Skip to content

Commit 37ff7af

Browse files
authored
fix: log connection (#90)
1 parent a597f4c commit 37ff7af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/solace_ai_connector/common/messaging/solace_messaging.py

+1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ def log_connecting():
311311
log.error(f"{self.error_prefix} Failed to connect to broker")
312312
return False
313313
self.stop_connection_log.set()
314+
log.info(f"{self.error_prefix} Successfully connected to broker.")
314315

315316
change_connection_status(self.connection_properties, ConnectionStatus.CONNECTED)
316317

0 commit comments

Comments
 (0)