modelRT/logger
douxu f9824e2b24 fix: propagate request context through handlers
- pass c.Request.Context() to handler logs, DB calls, Redis wrappers,
and subscription operations
- avoid passing gin.Context into downstream model/database/diagram
layers
- keep async Redis backfill trace context without coupling it to request
cancellation
- add caller skip handling for facade logger output
2026-07-08 10:37:06 +08:00
..
facede.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
gorm_logger.go fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +08:00
logger.go fix: correct caller frames in GORM logger and DB arg in main 2026-05-19 17:38:22 +08:00
loki_syncer.go chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00
zap.go feat: add Loki logging, fix MQ shutdown order, improve realtime tracing 2026-05-11 17:34:27 +08:00