More logging for webapp deployment #923

Merged
telackey merged 12 commits from telackey/missing_app into main 2024-08-15 02:57:48 +00:00
Showing only changes of commit a6deef26ca - Show all commits

View File

@ -306,12 +306,12 @@ def dump_known_requests(filename, requests, status="SEEN"):
"--log-dir", help="Output build/deployment logs to directory.", default=None
)
@click.pass_context
def command(
def command( # noqa: C901
ctx,
kube_config,
laconic_config,
image_registry,
deployment_parent_dir, # noqa: C901
deployment_parent_dir,
request_id,
discover,
state_file,