THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!

feat(B5): logger 加结构化日志能力——Field 类型+构造器、StructuredLogger 接口、Text/JSON 双格式,纯增量不改现有 printf 接口

This commit is contained in:
rulego-team
2026-07-08 11:44:37 +08:00
parent 8cc395b991
commit 8b8f45cd2a
3 changed files with 379 additions and 0 deletions
+1
View File
@@ -77,6 +77,7 @@ type Logger interface {
// defaultLogger is the default log implementation
type defaultLogger struct {
level Level
format Format
logger *log.Logger
}
Internal Server Error - Gitea: Git with a cup of tea
500 Internal Server Error

Gitea Version: 1.28.0+dev-211-ga30d865b78