2.1.22.2.4. 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

Set the module logging level through a click option callback.

Parameters:
  • ctx – context the callback shall be applied too (unused)

  • param – arguments of the callback (unused)

  • value – arbitrary value passed to the callback (unused)