v0.7.2
Resolve several issues that improve the feature set of finch-server
Resolved Issues:
- #2 Add a counter to all routes
- #5 Add flag to enable/disable access logging rather than relying on log level filtering.
- #7 Add counters for exceptions that are handled by
HandleExceptions
- #10 Add counter to HandleExceptions so that when an unhandled exception is encountered a counter for the excepitons class name will be incremented.
- #11 Improve readme