Skip to content

Conversation

mushroomgenie
Copy link

Description

This PR implements a centralised logging utility using electron-log.All console log statements have been replaced by this logging utility and the logs are being persisted, including logs from renderer.

Type of Change

Please mark the relevant option(s):

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🎨 UI/UX improvement
  • ♻️ Code refactoring
  • ⚡ Performance improvement
  • ✅ Test update
  • 🔧 Configuration change

Related Issues

Fixes #87

Screenshots/Recordings

Before

After

Testing

Please confirm the following:

  • I have tested these changes locally
  • I have added/updated tests for these changes (if applicable)
  • All existing tests pass
  • I have tested on different screen sizes (if UI changes)
  • I have tested with different themes (if UI changes)

Test Instructions

Additional Notes

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

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.

Replace console.log Statements with File-Based Logging
1 participant