Files
PixivFE/audit/doc.go
T
2024-10-21 15:19:45 +11:00

10 lines
308 B
Go

/*
Package audit provides logging and request auditing for PixivFE.
It provides functions to initialize a customizable logger, record and log both server and API
request spans, and optionally save API response bodies to files.
The package uses uber-go/zap for structured, leveled logging.
*/
package audit