serenity icon indicating copy to clipboard operation
serenity copied to clipboard

Voice gateway check_keepalive_timer should not be info.

Open vicky5124 opened this issue 5 years ago • 1 comments

Oct 05 02:00:02.897  INFO runner:cycle{audio_timer=Timer { due: Instant { tv_sec: 380422, tv_nsec: 914797033 }, duration: 20ms } bitrate=BitsPerSecond(128000) muted=false}:check_keepalive_timer: serenity::voice::connection: [Voice] WS keepalive
Oct 05 02:00:02.898  INFO runner:cycle{audio_timer=Timer { due: Instant { tv_sec: 380422, tv_nsec: 914797033 }, duration: 20ms } bitrate=BitsPerSecond(128000) muted=false}:check_keepalive_timer: serenity::voice::connection: [Voice] WS keepalive sent
Oct 05 02:00:02.957  INFO runner:cycle{audio_timer=Timer { due: Instant { tv_sec: 380422, tv_nsec: 974797033 }, duration: 20ms } bitrate=BitsPerSecond(128000) muted=false}: serenity::voice::connection: [Voice] Heartbeat ACK received.
Oct 05 02:00:44.137  INFO runner:cycle{audio_timer=Timer { due: Instant { tv_sec: 380464, tv_nsec: 154797033 }, duration: 20ms } bitrate=BitsPerSecond(128000) muted=false}:check_keepalive_timer: serenity::voice::connection: [Voice] WS keepalive
Oct 05 02:00:44.137  INFO runner:cycle{audio_timer=Timer { due: Instant { tv_sec: 380464, tv_nsec: 154797033 }, duration: 20ms } bitrate=BitsPerSecond(128000) muted=false}:check_keepalive_timer: serenity::voice::connection: [Voice] WS keepalive sent
Oct 05 02:00:44.197  INFO runner:cycle{audio_timer=Timer { due: Instant { tv_sec: 380464, tv_nsec: 214797033 }, duration: 20ms } bitrate=BitsPerSecond(128000) muted=false}: serenity::voice::connection: [Voice] Heartbeat ACK received.

this gets very easily spammed on the logs, even on high logging levels. the logging level should be switched to trace as the main gateway one.

vicky5124 avatar Oct 05 '20 00:10 vicky5124

The code in question doesn't exist anymore (the whole voice module is gone), so this issue can probably be closed?

kangalio avatar Sep 18 '22 09:09 kangalio