Skip to content

Conversation

@clemos
Copy link

@clemos clemos commented Nov 26, 2025

I added Gladia session IDs to all logs from GladiaSTTService for easier debug

self._should_reconnect = True

def __str__(self):
return f"GladiaSTTService [{self._session_id}]"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In all our services we log self.name to include the specific instance, so it would be better to keep the same pattern and just include the session id, like this:

Suggested change
return f"GladiaSTTService [{self._session_id}]"
return f"{self.name} [{self._session_id}]"

@filipi87
Copy link
Contributor

@clemos, could you also add a brief description to the changelog and include a note about this log improvement? That would be great.

@codecov
Copy link

codecov bot commented Nov 27, 2025

Codecov Report

❌ Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/pipecat/services/gladia/stt.py 0.00% 10 Missing ⚠️
Files with missing lines Coverage Δ
src/pipecat/services/gladia/stt.py 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants