carbon-io / carbond

MIT License
2 stars 5 forks source link

Logging querystrings for requests #274

Open tfogo opened 6 years ago

tfogo commented 6 years ago

Would be useful to log querystrings when requests are logged (https://github.com/carbon-io/carbond/blob/master/lib/Operation.js#L199). Greg mentioned this was a security concern due to sensitive info being in querystrings. We could mask parameters in querystrings or have it so that you can log more info in development.