use logrus for logging

This commit is contained in:
Taka Goto
2018-11-21 10:14:11 -06:00
parent 128d20c9bf
commit e8be96a4e7
57 changed files with 79 additions and 83 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package test_config
import (
"log"
log "github.com/sirupsen/logrus"
"os"
. "github.com/onsi/gomega"