0
dev@veek.vn created
hi,
I want to create a custom audit log for a client. How can I reuse the audit log on the settings page? Also, I want to filter the audit log by client ID, but the input for getting the audit log does not have a client property. Please help me with that.
ABP Framework version: v.7.3.2 UI Type: Angular Database System: MongoDB Tiered (for MVC) or Auth Server Separated (for Angular): yes Exception message and full stack trace: Steps to reproduce the issue:
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
7 Answer(s)
-
0
hi
but the input for getting the audit log does not have a client property. Please help me with that.
Can you share which input class? And what API endpoint?
Thanks.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
the api: /api/audit-logging/audit-logs
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
input class:
export interface GetAuditLogListDto extends PagedAndSortedResultRequestDto { startTime?: string; endTime?: string; url?: string; userName?: string; applicationName?: string; clientIpAddress?: string; correlationId?: string; httpMethod?: string; httpStatusCode?: number; maxExecutionDuration?: number; minExecutionDuration?: number; hasException?: boolean; }Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
ok thanks
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)