Closed fidencio closed 6 days ago
In a few parts of our code, we'd end up logging sensitive information when the KBS is running in "debug" mode.
A simple way to avoid doing that is taking advantage of the "derivative" crate, and simply omit the sensitive fields, which is the approach taken.
In a few parts of our code, we'd end up logging sensitive information when the KBS is running in "debug" mode.
A simple way to avoid doing that is taking advantage of the "derivative" crate, and simply omit the sensitive fields, which is the approach taken.