issues Search Results · repo:AnyFetch/restify-logger language:JavaScript
Filter by
2 results
(45 ms)2 results
inAnyFetch/restify-logger (press backspace or delete to remove)Hi, I m using restify-logger with restify to write access logs. But, It shows the access logs when the request comes to
the existing path.
dogenius01
- 4
- Opened on Nov 16, 2017
- #5
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 ...
apaatsio
- 1
- Opened on May 27, 2015
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.