mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-29 04:09:42 +00:00
Access logs working
This commit is contained in:
parent
7f981f05fb
commit
0211f75cb6
28 changed files with 1003 additions and 79 deletions
|
|
@ -733,7 +733,7 @@ export const requestAuditLog = sqliteTable(
|
|||
ip: text("ip"),
|
||||
location: text("location"),
|
||||
userAgent: text("userAgent"),
|
||||
metadata: text("details"),
|
||||
metadata: text("metadata"),
|
||||
headers: text("headers"), // JSON blob
|
||||
query: text("query"), // JSON blob
|
||||
originalRequestURL: text("originalRequestURL"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue