add debug test log

This commit is contained in:
forest 2021-07-27 12:50:50 -05:00 committed by 3wc
parent 2348191990
commit 140870ec35
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ def detail(id):
@bp.route("/create", methods=("GET", "POST"))
@account_required
def create():
current_app.logger.debug(f"console.create()!")
vm_sizes = get_model().vm_sizes_dict()
operating_systems = get_model().operating_systems_dict()
public_keys_for_account = get_model().list_ssh_public_keys_for_account(session["account"])