mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
10 lines
308 B
Go
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
|