subscribe ID加载测试通过。

This commit is contained in:
zhengchao
2018-12-17 16:40:28 +06:00
parent dbeedd3f9c
commit 2e5c2764ee
3 changed files with 19 additions and 11 deletions

View File

@@ -217,6 +217,12 @@ int pangu_send_log(struct pangu_logger* handle, const struct pangu_log* log_msg)
}
for(size_t i=0; i<log_msg->result_num; i++)
{
TFE_LOG_DEBUG(handle->local_logger, "URL: %s , hit cfg_id: %d service: %d",
http->req->req_spec.url,
log_msg->result[i].config_id,
log_msg->result[i].service_id);
if(log_msg->result[i].do_log==0)
{
continue;