Runner Module¶
Application runtime logic for CredProxy.
- credproxy.runner.setup_cli_logging(log_level: str) None[source]¶
Setup logging level from CLI arguments.
- credproxy.runner.run_server(args: argparse.Namespace) int[source]¶
Run the CredProxy server with the given arguments.