feat: registry.

This commit is contained in:
Bobo
2025-06-02 09:54:53 +08:00
parent a94b15f3f9
commit 45a51d01a7
31 changed files with 831 additions and 626 deletions

View File

@@ -13,7 +13,7 @@ func NewLogger(cfg *conf.Logger) log.Logger {
return nil
}
wrapped := aliyunLogger.NewAliyunLog(
wrapped, _ := aliyunLogger.NewAliyunLog(
aliyunLogger.WithProject(cfg.Aliyun.Project),
aliyunLogger.WithEndpoint(cfg.Aliyun.Endpoint),
aliyunLogger.WithAccessKey(cfg.Aliyun.AccessKey),