-
-
Save juneym/88c8286e68d0088eb444 to your computer and use it in GitHub Desktop.
Enable mgo debug log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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