scottgonzalez / debt

DEBT: Exceptional Bug Tracking
MIT License
5 stars 2 forks source link

Logging system #33

Open scottgonzalez opened 10 years ago

scottgonzalez commented 10 years ago

The logging module should not be file based. It should be easy to log to stdout, files, and syslog. It should be easy to log only certain messages, or log different messages to different locations.

The solution will need to hook into all built-in Connect/Express logging.

scottgonzalez commented 10 years ago

Probably bunyan, need to figure out an API for exposing the stream.