mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 18:08:17 +00:00
log bucket growth (#4122)
This commit is contained in:
@@ -1120,7 +1120,14 @@ func (b *Buffer) mayGrowBucket() {
|
||||
cap = b.bucket.Grow()
|
||||
}
|
||||
if cap > oldCap {
|
||||
b.logger.Debugw("grow bucket", "from", oldCap, "to", cap, "pps", pps)
|
||||
b.logger.Infow(
|
||||
"grow bucket",
|
||||
"from", oldCap,
|
||||
"to", cap,
|
||||
"pps", pps,
|
||||
"deltaInfo", deltaInfo,
|
||||
"rtpStats", b.rtpStats,
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user