Commit dcd18011 authored by 高雅喆's avatar 高雅喆

update log

parent 6b9e6a9a
...@@ -250,8 +250,7 @@ class Command(BaseCommand): ...@@ -250,8 +250,7 @@ class Command(BaseCommand):
logging.info("all_new_topic_impression_count" + str(all_new_topic_impression_count)) logging.info("all_new_topic_impression_count" + str(all_new_topic_impression_count))
redis_client.set(all_new_topic_impression_count_key, json_all_new_topic_impression_count) redis_client.set(all_new_topic_impression_count_key, json_all_new_topic_impression_count)
except: except:
logging_exception() logging.error("catch exception,err_msg:%s" % traceback.format_exc())
logging.error("redis new topic sub error!")
def handle(self, *args, **options): def handle(self, *args, **options):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment