diff options
-rw-r--r-- | doc/proposals/2021-11-remove-arbitrary-bytes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/proposals/2021-11-remove-arbitrary-bytes.md b/doc/proposals/2021-11-remove-arbitrary-bytes.md index f61111b..44cd9bc 100644 --- a/doc/proposals/2021-11-remove-arbitrary-bytes.md +++ b/doc/proposals/2021-11-remove-arbitrary-bytes.md @@ -34,3 +34,6 @@ that. Not letting the log see data is a feature: - The data cannot be analyzed by the log unless its location is known - The data cannot be expected to be stored in the future - Each logging request becomes cheaper + +Note: the above terminology a bit "meh" and messy. Consider better naming when +moving this into the main documentation. |