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

Function get_verbosity

scrapegraphai/utils/logging.py:79–87  ·  view source on GitHub ↗

Get the current verbosity level of the root logger for the library. Returns: int: The current verbosity level of the root logger for the library.

()

Source from the content-addressed store, hash-verified

77
78
79def get_verbosity() -> int:
80 """
81 Get the current verbosity level of the root logger for the library.
82
83 Returns:
84 int: The current verbosity level of the root logger for the library.
85 """
86 _set_library_root_logger()
87 return _get_library_root_logger().getEffectiveLevel()
88
89
90def set_verbosity(verbosity: int) -> None:

Callers

nothing calls this directly

Calls 2

_set_library_root_loggerFunction · 0.85
_get_library_root_loggerFunction · 0.85

Tested by

no test coverage detected