Merge pull request #3850 from rupesh-svg/fix/genesys-remove-audio-chunk-logging

Remove verbose audio chunk logging from GenesysAudioHookSerializer
This commit is contained in:
Mark Backman
2026-02-26 21:52:54 -05:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

1
changelog/3850.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Removed verbose per-chunk audio logging from `GenesysAudioHookSerializer` that flooded production logs.

View File

@@ -642,7 +642,6 @@ class GenesysAudioHookSerializer(FrameSerializer):
"""
# Binary data = audio
if isinstance(data, bytes):
logger.debug(f"[AUDIO IN] Received {len(data)} bytes from Genesys")
return await self._deserialize_audio(data)
# Text data = JSON control message