Skip to content

Commit

Permalink
Remove logging from function and structs. (#582)
Browse files Browse the repository at this point in the history
* logging changes to remove logging from function and structs.
* fixing the testing of logging.
* adding test cases and addressing comments.
* fixing lines that should be broken due to length
  • Loading branch information
shawn-hurley authored Dec 14, 2017
1 parent 963df0d commit d24e17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ import (
"strings"
"sync"

logging "github.com/op/go-logging"
logutil "github.com/openshift/ansible-service-broker/pkg/util/logging"
yaml "gopkg.in/yaml.v1"
)

var (
log = logging.MustGetLogger("config")
log = logutil.NewLog()
)

// Config - The base config for the pieces of the applcation
Expand Down

0 comments on commit d24e17f

Please sign in to comment.