Move qmgr code to its own file

This commit is contained in:
Arthur Barr
2018-02-20 14:41:35 +00:00
parent ace6e6364c
commit 05d1c6f0de
4 changed files with 143 additions and 119 deletions

View File

@@ -193,7 +193,6 @@ func TestMirrorLogCancelWhileWaiting(t *testing.T) {
}
func init() {
fmt.Println("Setting debug level")
log.SetLevel(log.DebugLevel)
log.SetFormatter(new(simpleTextFormatter))
}