subscribe ID加载测试通过。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user