Merge "Add "API server started." print statement for the API wsgi service"
This commit is contained in:
commit
9f5160f0dc
@ -42,6 +42,8 @@ class WSGIService(service.ServiceBase):
|
||||
def start(self):
|
||||
self.server.start()
|
||||
|
||||
print('API server started.')
|
||||
|
||||
def stop(self):
|
||||
self.server.stop()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user