solidusjs / solidus

A simple server that generates pages from JSON and Templates
MIT License
28 stars 7 forks source link

Need additional logging for resource requests that fail / return no data #69

Closed pushred closed 10 years ago

pushred commented 10 years ago

Today I experienced the sudden disappearance of all resource data on a site. A server restart addressed the issue. Currently even though I'm using log_level: 3 there isn't much logging in this area so it's hard to tell what went wrong. I'd like to see granular logging of each request and some indication of whether it was successful.

Fauntleroy commented 10 years ago

Looks like Hyperquest doesn't return an error in the callback unless something really drastic goes on. We might have to parse error codes ourselves...

Fauntleroy commented 10 years ago

screen shot 2014-01-08 at 4 48 32 pm