We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a597f4c commit 37ff7afCopy full SHA for 37ff7af
src/solace_ai_connector/common/messaging/solace_messaging.py
@@ -311,6 +311,7 @@ def log_connecting():
311
log.error(f"{self.error_prefix} Failed to connect to broker")
312
return False
313
self.stop_connection_log.set()
314
+ log.info(f"{self.error_prefix} Successfully connected to broker.")
315
316
change_connection_status(self.connection_properties, ConnectionStatus.CONNECTED)
317
0 commit comments