mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:23:25 +08:00
【修复】修复增加数据库操作日志后,Api接口端开启适配报错的问题。
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
},
|
||||
//记录用户方访问数据
|
||||
"RecordAccessLogs": {
|
||||
"Enabled": true, //是否开启记录操作日志功能。
|
||||
"Enabled": false, //是否开启记录操作日志功能。
|
||||
"EnabledFileMode": false, //是否开启记录到文件功能。(影响效率,接口不建议开启)
|
||||
"EnabledDbMode": false, //是否开启记录到数据库模式。(影响效率,接口不建议开启)
|
||||
"EnabledDbMode": false, //是否开启记录到数据库模式。(影响效率,后台可开启,接口不建议开启,因为数据库会存储大量的用于请求数据和返回数据。)
|
||||
"IgnoreApis": "/api/tools/getuserinfo,/api/tools/getNavs,/api/CodeGenerator/CodeGenDown" //使用小写逗号分隔
|
||||
},
|
||||
//记录IP请求数据
|
||||
|
||||
Reference in New Issue
Block a user