Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log Policy and Cleanups #3497

Open
TheBlueMatt opened this issue Dec 19, 2024 · 0 comments
Open

Log Policy and Cleanups #3497

TheBlueMatt opened this issue Dec 19, 2024 · 0 comments
Labels
Take a Friday Leave a Friday Stomp the Bugs, Without Much Commitment
Milestone

Comments

@TheBlueMatt
Copy link
Collaborator

At some point in the near future we should improve our logging by:

(a) define a log level at which peers have some "cost" to write to (ie we're already doing disk IO and a peer cannot fill our disk at this level),
(b) define a log level at which we don't log sensitive data (or maybe never do it at all? I believe we don't log secrets at all today),
(c) audit our existing logs for these (#113/#3492),
(d) add additional logging at/move existing logs to the level in (a)
(e) document (a) and (b).

We've kinda loosely done (a) as "you're safe above debug", and (c) may even be easy given that, but there's probably a few that have slipped through.

@TheBlueMatt TheBlueMatt added the Take a Friday Leave a Friday Stomp the Bugs, Without Much Commitment label Dec 19, 2024
@TheBlueMatt TheBlueMatt added this to the 0.2 milestone Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Take a Friday Leave a Friday Stomp the Bugs, Without Much Commitment
Projects
None yet
Development

No branches or pull requests

1 participant