Skip to content

Instantly share code, notes, and snippets.

@cynial
Created March 7, 2014 02:40
Show Gist options
  • Select an option

  • Save cynial/9404098 to your computer and use it in GitHub Desktop.

Select an option

Save cynial/9404098 to your computer and use it in GitHub Desktop.
Enable mgo debug log
mgo.SetDebug(true)
var aLogger *log.Logger
aLogger = log.New(os.Stderr, "", log.LstdFlags)
mgo.SetLogger(aLogger)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment