add log output for debug

This commit is contained in:
pengtao 2019-10-14 11:01:37 +08:00
parent 4cf6f752b5
commit 755420a6a4

1
web.py
View File

@ -23,6 +23,7 @@ class DispatchHandler(tornado.web.RequestHandler):
@gen.coroutine
def get(self):
if self.get_query_argument('c') == 'Ops' and self.get_query_argument('a') == 'sync_log_conf':
print("start sync_log_conf! ")
self._selfgamelogexternal()
elif self.get_query_argument('c') == 'Ops' and self.get_query_argument('a') == 'xxx':
yield self._selfxxx()