gin/docs
Jacob McSwain 87d4db6608
logger: allow skipping query string output
This is useful for APIs that might have sensitive information in the query string, such as API keys.

This patch does not change the default behavior of the code unless the new `SkipQueryString` config option is passed in.

The "skip" term is a bit of a misnomer here, as this doesn't actually skip that log, but modifies the output. I'm open to suggestions for a more appropriate name.
2024-07-28 14:21:52 -05:00
..
doc.md logger: allow skipping query string output 2024-07-28 14:21:52 -05:00