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

Function set_verbosity_debug

scrapegraphai/utils/logging.py:101–105  ·  view source on GitHub ↗

Set the verbosity level of the root logger for the library to DEBUG.

()

Source from the content-addressed store, hash-verified

99
100
101def set_verbosity_debug() -> None:
102 """
103 Set the verbosity level of the root logger for the library to DEBUG.
104 """
105 set_verbosity(logging.DEBUG)
106
107
108def set_verbosity_info() -> None:

Callers

nothing calls this directly

Calls 1

set_verbosityFunction · 0.85

Tested by

no test coverage detected