package utils import ( "github.com/revel/cmd/logger" "github.com/revel/config" "fmt" "os" "strings" ) var Logger = logger.New() func InitLogger(basePath string, logLevel logger.LogLevel) { newContext := config.NewContext() if logLevel