MCPcopy Index your code
hub / github.com/OpenOSINT/OpenOSINT / _configure_logging

Function _configure_logging

openosint/cli.py:54–56  ·  view source on GitHub ↗
(verbose: bool)

Source from the content-addressed store, hash-verified

52
53
54def _configure_logging(verbose: bool) -> None:
55 level = logging.DEBUG if verbose else logging.WARNING
56 logging.basicConfig(level=level, format="[%(levelname)s] %(name)s: %(message)s")
57
58
59# ---------------------------------------------------------------------------

Callers 1

_async_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected