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

Logging enhancement #1734

Open
waldo121 opened this issue Nov 6, 2024 · 0 comments
Open

Logging enhancement #1734

waldo121 opened this issue Nov 6, 2024 · 0 comments
Labels
enhancement This thread requests an enhancement to be implemented.

Comments

@waldo121
Copy link
Contributor

waldo121 commented Nov 6, 2024

The current logging implementation depends on an old,limited and unmaintained library(electron-timber).
Improving that implementation with a in-house solution would be an opportunity to

  1. Get rid of the dependency.
  2. Add the features that are missing from the current implementation.
  3. Make a first step towards the possibility to upgrade electron to a recent release.

Let's find the requirements for the new implementation, those I have on top of my head:
1- rotating log file
2- console/terminal logging
3- sending logs to another electron process (ie. Renderer-to-main) is that a real one?

@waldo121 waldo121 added the enhancement This thread requests an enhancement to be implemented. label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This thread requests an enhancement to be implemented.
Projects
None yet
Development

No branches or pull requests

1 participant