Skip to content
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.

Bug 882969 - Use Messina and Bunyan for pretty GELF logs #490

Merged
merged 1 commit into from Nov 15, 2013

Conversation

cadecairos
Copy link
Contributor

// fall back to vanilla console logging and regular express logger middleware
return {
info: function (message) {
console.info(message);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use apply() to capture all arguments sent to console.log(). Although you won't need this codepath if we only use messina for logging

@cadecairos cadecairos merged commit 0a6c7b5 into mozilla:master Nov 15, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants