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

bug(logging): recording restricted fields via tracing causes a stack overflow #4927

Closed
lsampras opened this issue Jun 10, 2024 · 0 comments · Fixed by #4423
Closed

bug(logging): recording restricted fields via tracing causes a stack overflow #4927

lsampras opened this issue Jun 10, 2024 · 0 comments · Fixed by #4423
Assignees
Labels
C-bug Category: Bug

Comments

@lsampras
Copy link
Member

We have a set of restricted fields which can't be set by users,
We log a small warning each time such field is being used
however when such fields are recorded we end up in a self loop where the warning log itself tries to use this field as part of the recorded fields

as such we should prevent from adding restricted fields to log framework either via in-line usage or recording them

@lsampras lsampras added the C-bug Category: Bug label Jun 10, 2024
@lsampras lsampras self-assigned this Jun 10, 2024
@lsampras lsampras linked a pull request Jun 10, 2024 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant