dspy.disable_logging¶
dspy.disable_logging()
¶
Disables the DSPyLoggingStream used by event logging APIs throughout DSPy
(eprint(), logger.info(), etc), silencing all subsequent event logs.
Source code in .venv/lib/python3.14/site-packages/dspy/utils/logging_utils.py
:::