-
Notifications
You must be signed in to change notification settings - Fork 577
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
Support Core logging #2546
Labels
Comments
bmunkholm
added
the
First-Good-Issue
First Good Issue - Relatively easy issue for new contributers
label
Oct 7, 2019
sync-by-unito
bot
removed
the
First-Good-Issue
First Good Issue - Relatively easy issue for new contributers
label
Jan 8, 2021
sync-by-unito
bot
changed the title
There should be a way to enable Realm logging
Support Core logging
Jan 25, 2023
➤ papafe commented: Started working on this, agreed with the team to
Planning to finish this at most by the end of next week. |
11 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Goals
Things don't always go as expected. Developers should have a way to enable a sort of trace logging with Realm so they can see what it's doing in a production application. Without logging we have to go through a lot of extra work to narrow down performance issues.
Expected Results
There should be a way to enable logging, either by configuring Realm, or for performance reasons packaging up the logging version as a different NPM dependency.
Actual Results
The only way to debug what Realm is doing is to guess at what might be causing a problem and remove it.
Steps to Reproduce
Have someone that is not familiar with Realm trying to make a repro to demo a bug. It takes a lot longer than it should.
Code Sample
Not relevant
Version of Realm and Tooling
Note
This issue was originally raised as #2499, I'm splitting it out because multiple separate and unconnected issues were discovered in exploring there.
The text was updated successfully, but these errors were encountered: