Refactor logging implementation by removing the custom logging utility and transitioning to direct usage of the Zap logger. Update logger configuration in the development environment and clean up related files, including the removal of unused logger configuration JSON. Ensure consistent logging practices across the application.

This commit is contained in:
windyboy
2025-11-16 13:41:51 +08:00
parent e27328378a
commit 06b2495d77
7 changed files with 13 additions and 258 deletions
-1
View File
@@ -24,7 +24,6 @@ require (
go.opentelemetry.io/otel/sdk/metric v1.38.0
go.opentelemetry.io/otel/trace v1.38.0
go.uber.org/zap v1.27.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (