mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
accesslog、errorlog参数记录限制
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ public class ApiAccessLogDO extends BaseDO {
|
||||
/**
|
||||
* {@link #requestParams} 的最大长度
|
||||
*/
|
||||
public static final Integer REQUEST_PARAMS_MAX_LENGTH = 8000;
|
||||
public static final Integer REQUEST_PARAMS_MAX_LENGTH = 2000;
|
||||
|
||||
/**
|
||||
* {@link #resultMsg} 的最大长度
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ public class ApiErrorLogDO extends BaseDO {
|
||||
/**
|
||||
* {@link #requestParams} 的最大长度
|
||||
*/
|
||||
public static final Integer REQUEST_PARAMS_MAX_LENGTH = 8000;
|
||||
public static final Integer REQUEST_PARAMS_MAX_LENGTH = 2000;
|
||||
|
||||
/**
|
||||
* 编号
|
||||
|
||||
Reference in New Issue
Block a user