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

LogRecord objects can interfere with garbage collection #64

Open
rwb27 opened this issue Jan 11, 2024 · 0 comments
Open

LogRecord objects can interfere with garbage collection #64

rwb27 opened this issue Jan 11, 2024 · 0 comments

Comments

@rwb27
Copy link
Collaborator

rwb27 commented Jan 11, 2024

LogRecord objects can hold arbitrary arguments - we should probably call getMessage() in our custom handler and store only the string, rather than hanging on to the LogRecord object. This might also simplify serialising the logs later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant