nlf / bucker

A simple logging library for node.js
82 stars 28 forks source link

access log express middleware not logging to syslog #35

Open cappslock opened 9 years ago

cappslock commented 9 years ago

Not sure if this is a bug or expected behavior, but I have found that the express middleware access logger is not writing to syslog.

If this is not functioning as designed I can provide a test case.

nlf commented 9 years ago

not writing to syslog at all? that's strange, it definitely should be if your logger is configured correctly. i'll check it out. if you can provide a test case that would help.

cappslock commented 9 years ago

I probably won't be able to make a test case anymore, I encountered this months ago and I don't recall the exact combination of parameters that failed.

If you are interested in looking into it, from what I recall, I think it was unique to the access logging level. Regular info/debug/etc logs were showing up as expected.

nlf commented 9 years ago

thanks, that should be enough to let me figure out what's going on