MCPcopy Create free account
hub / github.com/dwavesystems/dwave-cloud-client / enable_loglevel

Function enable_loglevel

dwave/cloud/cli.py:68–70  ·  view source on GitHub ↗
(ctx, param, value)

Source from the content-addressed store, hash-verified

66 configure_logging(level=param.name)
67
68def enable_loglevel(ctx, param, value):
69 if value and not ctx.resilient_parsing:
70 configure_logging(level=value)
71
72def show_platform(ctx, param, value):
73 if value and not ctx.resilient_parsing:

Callers

nothing calls this directly

Calls 1

configure_loggingFunction · 0.90

Tested by

no test coverage detected