reintroduce file logging for Python frontend

This commit is contained in:
Sarah Hoffmann
2023-07-30 19:58:00 +02:00
parent 1c6f426363
commit e523da9e12
4 changed files with 102 additions and 16 deletions

View File

@@ -43,7 +43,7 @@ class FakeAdaptor(glue.ASGIAdaptor):
return FakeError(msg, status)
def create_response(self, status, output):
def create_response(self, status, output, num_results):
return FakeResponse(status, output, self.content_type)