massively better logging, no more giving home path away

This commit is contained in:
херетик
2023-06-07 19:37:23 +01:00
parent 30455bb592
commit 050e323097
78 changed files with 175 additions and 470 deletions

View File

@@ -17,12 +17,11 @@ import (
"github.com/docker/docker/pkg/jsonmessage"
"github.com/moby/term"
"github.com/indra-labs/indra"
log2 "github.com/indra-labs/indra/pkg/proc/log"
)
var (
log = log2.GetLogger(indra.PathBase)
log = log2.GetLogger()
check = log.E.Chk
)