diff options
| author | 刘学利 <[email protected]> | 2023-05-26 05:37:16 +0000 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2023-05-26 05:37:16 +0000 |
| commit | 71a57b826fe99f8cef112e920e81484c7c660890 (patch) | |
| tree | 196e80230b01ad73cb8544422ea248924b559e80 /bin | |
| parent | 71e390f0dae46a895b3853a305ff108df3d738d3 (diff) | |
TSG-15130: 增加控制是否发送拦截日志的开关(默认关闭),7400/9140设备由KNI模块调用发送日志接口
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/main.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/main.conf b/bin/main.conf index 55fba42..a0877bf 100644 --- a/bin/main.conf +++ b/bin/main.conf @@ -17,6 +17,7 @@ SEND_DATA_CENTER_SWITCH=0 SEND_APP_ID_SWITCH=1 SEND_NAT_LINKINFO_SWITCH=0 RAPIDJSON_CHUNK_CAPACITY=8192 +SEND_INTERCEPT_LOG=1 [SECURITY_HITS] CYCLE=1000 |
