MCPcopy 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
150def flush_burst_buffer() -> None:
151 """Flush any remaining burst-suppressed messages."""
152 result = _burst_buffer.flush()
153 if result:
154 print(result)
155
156
157def log_object(

Callers 2

grid_logger.pyFile · 0.90

Calls 1

flushMethod · 0.45

Tested by 1