fix log inheritance

This commit is contained in:
A.Unger
2021-11-08 11:35:41 +01:00
parent 74dae6dad9
commit 0e9b6d8c52
5 changed files with 15 additions and 12 deletions
+1
View File
@@ -88,6 +88,7 @@ type SutureService struct {
// NewSutureService creates a new proxy.SutureService
func NewSutureService(cfg *ociscfg.Config) suture.Service {
cfg.Proxy.Log = cfg.Log
return SutureService{
cfg: cfg.Proxy,
}