2.1.21.2.2. cli.helpers.click_helpers.set_logging_level_cb

cli.helpers.click_helpers.set_logging_level_cb(ctx: Context, param: Parameter | None, value: int = 0) int

sets the module logging level through a click option callback. :param ctx: context the callback shall be applied too (unused) :param param: arguments of the callback (unused) :param value: arbitrary value passed to the callback (unused)