Skip to content

Commit

Permalink
Improve scope wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Barber committed Jul 19, 2022
1 parent e6018c7 commit 9ec9af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/src/rfcs/rfc0017_logging_sensitive.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Each of these configurable parts must therefore be logged cautiously.

### Scope and Guidelines

It is unfeasible to make the logging of sensitive data forbidden a type theoretic invariant. With the current API, the customer will always have an opportunity to log a request containing sensitive data before it enters the `Service<Request<B>>` that we provide to them.
It would be unfeasible to forbid the logging of sensitive data all together using the type system. With the current API, the customer will always have an opportunity to log a request containing sensitive data before it enters the `Service<Request<B>>` that we provide to them.

```rust
// The API provides us with a `Service<Request<B>>`
Expand Down

0 comments on commit 9ec9af8

Please sign in to comment.