MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / unset_formatting

Function unset_formatting

scrapegraphai/utils/logging.py:206–211  ·  view source on GitHub ↗

Remove formatting for all handlers bound to the root logger for the library.

()

Source from the content-addressed store, hash-verified

204
205
206def unset_formatting() -> None:
207 """
208 Remove formatting for all handlers bound to the root logger for the library.
209 """
210 for handler in _get_library_root_logger().handlers:
211 handler.setFormatter(None)
212
213
214@lru_cache(None)

Callers

nothing calls this directly

Calls 1

_get_library_root_loggerFunction · 0.85

Tested by

no test coverage detected