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

refactor(logger): reduce disk writes and improve privacy #541

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

ACTCD
Copy link
Collaborator

@ACTCD ACTCD commented Sep 17, 2023

  • Migrate to structure Logger from using the Legacy Logging Symbols
  • Improve usage of log levels so that most logs will no longer be persisted to disk
  • Improve log content and use the privacy options for dynamically generated data
  • Improve dev and debug experience that can log more data types besides strings
  • Use fileID to fill the log category to facilitate filtering, can be further refined in the future

Todo in future: add a setting to turn off by default to output logs only when user needed

@ACTCD ACTCD requested a review from quoid September 17, 2023 22:53
Copy link
Owner

@quoid quoid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great and running it locally worked as expected, I didn't see any noticeable issues. 🙇

@ACTCD ACTCD merged commit 2770401 into main Sep 19, 2023
1 check passed
@ACTCD ACTCD deleted the refactor/logger branch September 19, 2023 03:01
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

Successfully merging this pull request may close these issues.

None yet

2 participants