WIP2 logging done somewhat

This commit is contained in:
Christian Schwarz
2018-08-10 17:06:00 +02:00
parent 74445a0017
commit c1f3076eb3
14 changed files with 573 additions and 397 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ var (
zreplVersion string // set by build infrastructure
)
type Logger = *logger.Logger
type Logger = logger.Logger
var RootCmd = &cobra.Command{
Use: "zrepl",