Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CJackHwang/AIstudioProxyAPI
/ flush_burst_buffer
Function
flush_burst_buffer
logging_utils/core/logger.py:150–154 ·
view source on GitHub ↗
Flush any remaining burst-suppressed messages.
()
Source
from the content-addressed store, hash-verified
148
149
150
def
flush_burst_buffer() -> None:
151
""
"Flush any remaining burst-suppressed messages."
""
152
result = _burst_buffer.flush()
153
if
result:
154
print(result)
155
156
157
def
log_object(
Callers
2
grid_logger.py
File · 0.90
test_flush_burst_buffer_prints
Method · 0.85
Calls
1
flush
Method · 0.45
Tested by
1
test_flush_burst_buffer_prints
Method · 0.68