0
nvc_abp_dev2 created
- ABP Framework version: v7.3.3
- Database System: EF Core (SQL Server)
Hi guys, we want to check if it is possible to move just the AbpAuditLog table to another data base, we are currently facing a problem with this table, and it is way too big, and we are wondering if it is possible to move this table to CosmosDB.
Do we have to separate the whole audit log module from Administration and from there move the module to cosmos? or can we do just that specific table?
Thanks in advance!
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
hi
You can replace the
AuditingStoreto save audit logs somewhere else.https://github.com/abpframework/abp/blob/dev/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/AuditingStore.cs#L52-L59
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)