Created
September 2, 2014 13:25
-
-
Save james-huston/57a6ea671a395a2157b1 to your computer and use it in GitHub Desktop.
Debugging errors
This file contains hidden or 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
func (w *Worker) LogFailedMessage(msg *nsq.Message) { | |
log.Debug("❨╯°□°❩╯︵ %s", msg.Body) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment