File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
1010 "github.com/deis/builder/pkg"
1111 "github.com/deis/builder/pkg/conf"
1212 "github.com/deis/builder/pkg/gitreceive"
13- pkglog "github.com/deis/builder/pkg/gitreceive/log"
1413 "github.com/deis/builder/pkg/sshd"
14+ pkglog "github.com/deis/pkg/log"
1515)
1616
1717const (
@@ -25,7 +25,7 @@ func init() {
2525
2626func main () {
2727 if os .Getenv ("DEBUG" ) == "true" {
28- pkglog .IsDebugging = true
28+ pkglog .DefaultLogger . SetDebug ( true )
2929 cookoolog .Level = cookoolog .LogDebug
3030 }
3131 pkglog .Debug ("Running in debug mode" )
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ import:
2020 - /ssh
2121- package : gopkg.in/yaml.v2
2222 version : eca94c41d994ae2215d455ce578ae6e2dc6ee516
23- - package : github.com/labstack/gommon
2423- package : github.com/pborman/uuid
2524- package : github.com/deis/pkg
2625 subpackages :
27- - /time
26+ - time
27+ - log
2828- package : github.com/codegangsta/cli
2929 version : a65b733b303f0055f8d324d805f393cd3e7a7904
3030- package : github.com/aws/aws-sdk-go
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
1414 "github.com/aws/aws-sdk-go/service/s3"
1515 "github.com/deis/builder/pkg"
1616 "github.com/deis/builder/pkg/gitreceive/git"
17- "github.com/deis/builder/pkg/gitreceive/log"
1817 "github.com/deis/builder/pkg/gitreceive/storage"
18+ "github.com/deis/pkg/log"
1919 "gopkg.in/yaml.v2"
2020
2121 "k8s.io/kubernetes/pkg/api"
Original file line number Diff line number Diff line change 99 "strings"
1010
1111 "github.com/deis/builder/pkg"
12- "github.com/deis/builder/ pkg/gitreceive /log"
12+ "github.com/deis/pkg/log"
1313)
1414
1515var (
You can’t perform that action at this time.
0 commit comments