diff options
| author | luwenpeng <[email protected]> | 2023-08-04 16:56:32 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-08-08 10:55:42 +0800 |
| commit | bc39cd0706dceea2a5ea875d6c7898377024650f (patch) | |
| tree | 5f6fd8983a508367fd039ccd304297a5236631bd /conf/tfe | |
| parent | e43b4954b5b75ef5dd27974073b691a68bdbf9f7 (diff) | |
TFE适配MRZCPD的分流算法的变更;并增加分流的调试日志v4.8.33-20230808
Diffstat (limited to 'conf/tfe')
| -rw-r--r-- | conf/tfe/tfe.conf | 1 | ||||
| -rw-r--r-- | conf/tfe/zlog.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/tfe/tfe.conf b/conf/tfe/tfe.conf index cac29ad..2e369c0 100644 --- a/conf/tfe/tfe.conf +++ b/conf/tfe/tfe.conf @@ -228,6 +228,7 @@ app_name="proxy_rule_hits" # for enable kni v4 [packet_io] +packet_io_debug=0 packet_io_threads=8 packet_io_cpu_affinity_mask=1-9 diff --git a/conf/tfe/zlog.conf b/conf/tfe/zlog.conf index 5b95a46..eee4efe 100644 --- a/conf/tfe/zlog.conf +++ b/conf/tfe/zlog.conf @@ -2,7 +2,7 @@ [global] -default format = "%d(%c), %V, %F, %U, %m%n" +default format = "%d(%c), %t, %V, %F, %U, %m%n" [levels] |
