MCPcopy Create free account
hub / github.com/datapane/datapane / enable_logging

Function enable_logging

python-client/src/datapane/client/utils.py:86–88  ·  view source on GitHub ↗

Enable logging for debug purposes

()

Source from the content-addressed store, hash-verified

84
85
86def enable_logging():
87 """Enable logging for debug purposes"""
88 _setup_dp_logging(verbosity=2)
89
90
91def print_debug_info():

Callers

nothing calls this directly

Calls 1

_setup_dp_loggingFunction · 0.85

Tested by

no test coverage detected