-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add logging and recording of requests #170
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c46de61 - Browse repository at this point
Copy the full SHA c46de61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b9f1e1 - Browse repository at this point
Copy the full SHA 2b9f1e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8dff5f - Browse repository at this point
Copy the full SHA e8dff5fView commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c18bdc - Browse repository at this point
Copy the full SHA 3c18bdcView commit details -
- Sync file wrties in the RequestWriter
- Handle cases where the dumpCh is full - Use bytes.NewReader
Configuration menu - View commit details
-
Copy full SHA for 72b3f4e - Browse repository at this point
Copy the full SHA 72b3f4eView commit details
Commits on Jun 24, 2024
-
Wrap request gorilla/handlers#CustomLoggingHandler to log requests
Base64 encode the body and attach it to the log that is output if there is a body
Configuration menu - View commit details
-
Copy full SHA for acaa33c - Browse repository at this point
Copy the full SHA acaa33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd93b1f - Browse repository at this point
Copy the full SHA cd93b1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7bafe8 - Browse repository at this point
Copy the full SHA b7bafe8View commit details
Commits on Jun 25, 2024
-
8
Configuration menu - View commit details
-
Copy full SHA for ac2569a - Browse repository at this point
Copy the full SHA ac2569aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2e34c - Browse repository at this point
Copy the full SHA 8c2e34cView commit details -
replace -v --verbose with -l --log-level with 3 settings, 0 default, …
…1 adds requests, 2 adds request body
Configuration menu - View commit details
-
Copy full SHA for fcc3cb7 - Browse repository at this point
Copy the full SHA fcc3cb7View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c5b2d5 - Browse repository at this point
Copy the full SHA 7c5b2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd4701 - Browse repository at this point
Copy the full SHA dbd4701View commit details
Commits on Jul 23, 2024
-
Use server config package in cmd, NewServer, and tests Move gorilla handlers logging copy paste to its own package Add gorilla license to the license file
Configuration menu - View commit details
-
Copy full SHA for b0dbb5f - Browse repository at this point
Copy the full SHA b0dbb5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a345b0 - Browse repository at this point
Copy the full SHA 0a345b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6459695 - Browse repository at this point
Copy the full SHA 6459695View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf0d40 - Browse repository at this point
Copy the full SHA fdf0d40View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf5ca23 - Browse repository at this point
Copy the full SHA cf5ca23View commit details -
Add custom logger as json output
Convert channel to *[]byte to make handling future log formats easier
Configuration menu - View commit details
-
Copy full SHA for 5cdd797 - Browse repository at this point
Copy the full SHA 5cdd797View commit details -
Add max to the body that can be logged out
add configuration for this
Configuration menu - View commit details
-
Copy full SHA for 3dacb9d - Browse repository at this point
Copy the full SHA 3dacb9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a8ae0 - Browse repository at this point
Copy the full SHA 78a8ae0View commit details