This repository was archived by the owner on Nov 22, 2018. It is now read-only.
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
Add/Update logging in static files middleware #69
Closed
Description
From offline logging discussion:
Add Verbose logging where it can be useful for debugging
- Time box to 2 dev-days maximum (across all of k-core)
- Use EventIds at each logging statement
- Update any existing logging to include an EventId
Relevant logging points we want to include for sure:
- Served a file - Information
- Did not serve a file
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
rynowak commentedon Sep 24, 2015
/cc @muratg
muratg commentedon Sep 24, 2015
@Tratcher Looks like a good suggestion. Want to take a stab at very early RC1?
Tratcher commentedon Sep 24, 2015
Did not serve a file
would fire for almost every request, sounds like it should be verbose or debug. @rynowak Any examples of work already done that uses EventIds?rynowak commentedon Sep 24, 2015
Yes, not-serving a file would be Verbose.