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 807c398691 - Show all commits

View File

@ -437,7 +437,7 @@ def command( # noqa: C901
result = "SKIP"
continue
main_logger.log_file(
main_logger.log(
"Found pending request %s to run application %s on %s."
% (r.id, r.attributes.application, requested_name)
)