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:
@@ -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) }}
|
||||
Reference in New Issue
Block a user