这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
colin 3936107340 upgrade: upgrade abp to 10.0.2 3 months ago
..
LINGYUN/Abp/AspNetCore/Auditing feat(auditing): Record the request header in the audit log 8 months ago
FodyWeavers.xml feat(auditing): Record the request header in the audit log 8 months ago
LINGYUN.Abp.AspNetCore.Auditing.csproj upgrade: upgrade abp to 10.0.2 3 months ago
README.md feat(auditing): Record the request header in the audit log 8 months ago

README.md

LINGYUN.Abp.AspNetCore.Auditing

审计日期扩展模块, 用于在审计日志中加入特定的Http请求头记录

模块引用

[DependsOn(typeof(AbpAspNetCoreAuditingModule))]
public class YouProjectModule : AbpModule
{
  // other
}

配置项

  • AbpAspNetCoreAuditingHeaderOptions.IsEnabled 是否在审计日志中记录Http请求头,默认: true
  • AbpAspNetCoreAuditingHeaderOptions.HttpHeaders 需要在审计日志中记录的Http请求头列表