Skip to content

Instantly share code, notes, and snippets.

@juneym
Forked from justincase/gist:5492212
Last active September 2, 2015 10:22
Show Gist options
  • Save juneym/88c8286e68d0088eb444 to your computer and use it in GitHub Desktop.
Save juneym/88c8286e68d0088eb444 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