massively better logging, no more giving home path away
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user