记得上下班打卡 | git大法好,push需谨慎

Commit 0f706dc7 authored by 张禹's avatar 张禹

Merge branch 'pre' into 'master'

Pre

See merge request !264
parents 80456f58 05e76f1e
......@@ -92,6 +92,6 @@ public class UserPathDto implements Serializable, Cloneable {
userPathDto.setResult(result);
userPathDto.setUserAgent(request.getHeader(ServletUtils.HEADER_USER_AGENT));
return (LOG_NOW_PDK + merchantId).concat(LOG_SEPARATOR).concat(JsonUtils.toJson(instance));
return (LOG_NOW_PDK + (StringUtils.isEmpty(merchantId) ? interfaceName : merchantId)).concat(LOG_SEPARATOR).concat(JsonUtils.toJson(userPathDto));
}
}
......@@ -10,7 +10,7 @@ liquidnet:
path: /data/logs
name: service-goblin
max-history: 7
level: info
level: debug
mysql:
database-name: test_ln_scene
mongodb:
......
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