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

Function enable_logging

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

Source from the content-addressed store, hash-verified

62click.option = partial(click.option, show_default=True)
63
64def enable_logging(ctx, param, value):
65 if value and not ctx.resilient_parsing:
66 configure_logging(level=param.name)
67
68def enable_loglevel(ctx, param, value):
69 if value and not ctx.resilient_parsing:

Callers

nothing calls this directly

Calls 1

configure_loggingFunction · 0.90

Tested by

no test coverage detected