Skip to content

Instantly share code, notes, and snippets.

@bxcodec
Forked from justincase/gist:5492212
Created September 27, 2018 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bxcodec/7790c6017e16595ea59e821c2bfe4545 to your computer and use it in GitHub Desktop.
Save bxcodec/7790c6017e16595ea59e821c2bfe4545 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