We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d4135 commit 9df47f5Copy full SHA for 9df47f5
3 files changed
internal/core/application/tunnel/factory.go
@@ -51,4 +51,4 @@ func (s *Service) createResourceManager(_ context.Context) (*framework.ResourceO
51
framework.AddManager(orchestrator, dnsHandler, dnsConfigs)
52
53
return orchestrator, nil
54
-}
+}
internal/core/domain/ingress.go
@@ -43,4 +43,3 @@ func NewDefaultIngress() *Ingress {
43
},
44
}
45
46
-
internal/platform/infrastructure/logger/init.go
@@ -27,4 +27,3 @@ func InitLogger(level zerolog.Level) {
27
28
}).Level(level).With().Timestamp().CallerWithSkipFrameCount(3).Logger()
29
30
0 commit comments