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:
1
changelog/3850.fixed.md
Normal file
1
changelog/3850.fixed.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Removed verbose per-chunk audio logging from `GenesysAudioHookSerializer` that flooded production logs.
|
||||||
@@ -642,7 +642,6 @@ class GenesysAudioHookSerializer(FrameSerializer):
|
|||||||
"""
|
"""
|
||||||
# Binary data = audio
|
# Binary data = audio
|
||||||
if isinstance(data, bytes):
|
if isinstance(data, bytes):
|
||||||
logger.debug(f"[AUDIO IN] Received {len(data)} bytes from Genesys")
|
|
||||||
return await self._deserialize_audio(data)
|
return await self._deserialize_audio(data)
|
||||||
|
|
||||||
# Text data = JSON control message
|
# Text data = JSON control message
|
||||||
|
|||||||
Reference in New Issue
Block a user