-
Notifications
You must be signed in to change notification settings - Fork 12
Comprehensive logging improvements #4
Copy link
Copy link
Open
Description
Right now there are some default log levels defined and some minimalist logging but several improvements need to be made:
- Need to map the GCDWebServer logging together with RESTEasy to make it complimentary.
- Need to figure out a sensible way to provide logging that easily distinguishes itself from client logs. This could open up some really nice ways to improve debugging.
- Need to add more logs, especially to the request/response cycle.
Reactions are currently unavailable