Add logger#627
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ lgtm I do want to call out that I don't want this to become a way for contributors to end up becoming support and helping resolve issues. This should ideally be self serve and help them put up a fix themselves |
Pull Request Template
Description
Motivation
When debugging user's issues, its hard to pinpoint truly what went wrong even when having repro steps or emulating the person's environment. To allow for better debugging, we should have a logger. This change adds in a logger
electron-logthat will write logs to disk with max 5mb and stays on the user's machineAnytime someone files a bug, we can ask them to repro it then save the diagnostics and attach it to the error report
Type of Change
Related Issue(s)
Screenshots / Video
Screenshot (if applicable):
Video (if applicable):
Testing
Checklist
Thank you for contributing!