Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling errors missing from readme #4

Open
apaatsio opened this issue May 27, 2015 · 1 comment
Open

Handling errors missing from readme #4

apaatsio opened this issue May 27, 2015 · 1 comment

Comments

@apaatsio
Copy link

The readme examples use the .use() function.

app.use(logger())

This seems to log only successful requests.

If you want to log errors you should use .pre():

app.pre(logger())

I think this should be clarified in the readme.

@Neamar
Copy link
Member

Neamar commented Jun 24, 2015

That's right! But i think in this case you won't be able to get the request time then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants