Add option to toggle logging of request/response for http functions, this has been added to due storage capacity concerns

This commit is contained in:
Peter Stockings
2023-12-21 14:45:25 +11:00
parent 7c7dbae05a
commit 19cebc0f45
6 changed files with 78 additions and 19 deletions

View File

@@ -43,4 +43,4 @@
</div>
{{ render_partial('function_editor.html', name=name, script=script, environment_info=environment_info,
is_public=is_public, is_edit=True) }}
is_public=is_public, log_request=log_request, log_response=log_response, is_edit=True) }}

View File

@@ -9,4 +9,4 @@
{{ render_partial('function_editor.html', name=name, script=script, environment_info=environment_info,
is_public=is_public, is_add=True) }}
is_public=is_public, log_request=log_request, log_response=log_response, is_add=True) }}