Commit 28319cb3 authored by 黄凯's avatar 黄凯

Merge branch 'hk_now' into 'master'

add logging

See merge request alpha/physical!264
parents 14c3df5a 77431f40
...@@ -380,7 +380,7 @@ class TopicUtils(object): ...@@ -380,7 +380,7 @@ class TopicUtils(object):
# topic_id_list.append(topic_id) # topic_id_list.append(topic_id)
# if len(topic_id_list)>=single_size: # if len(topic_id_list)>=single_size:
# break # break
logging.info("topic_id_list:%s,attention_tag_list%s" % (str(topic_id_list),str(attention_tag_list)))
return topic_id_list return topic_id_list
except: except:
logging.error("catch exception,err_msg:%s" % traceback.format_exc()) logging.error("catch exception,err_msg:%s" % traceback.format_exc())
......
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