Skip to content

Instantly share code, notes, and snippets.

@justincase
Created April 30, 2013 21:48
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save justincase/5492212 to your computer and use it in GitHub Desktop.
Save justincase/5492212 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