18F / fbopen

[DEPRECATED] An open API server, data import tools, and sample apps to help small businesses search for opportunities to work with the U.S. government.
Other
101 stars 45 forks source link

We needs loggers #13

Closed arowla closed 10 years ago

arowla commented 10 years ago

Let's get some proper logging going. (esearch branch) Leaning towards Bunyan over Winston due to this write-up, and also what looks like its general simplicity vs winston.

http://www.joyent.com/blog/node-js-in-production-runtime-log-snooping

polastre commented 10 years ago

We use Winston in Midas, FYI. So does the Marketplace Lite team.

arowla commented 10 years ago

@polastre Thanks, Joe. Did you evaluate it against Bunyan? If so, could you briefly outline the pros and cons of each? I'm having a hard time finding a good head-to-head comparison.

polastre commented 10 years ago

Winston is the default logger in Sails.js, although we could specify an alternate logger if we wanted. We haven't had the need up to this point.

arowla commented 10 years ago

Since there's pretty good logging in the rewritten data loaders, now, too, I'm going to close this one.