nukeop / nuclear

Streaming music player that finds free music for you
https://nuclearplayer.com
GNU Affero General Public License v3.0
12.24k stars 1.07k forks source link

Logging enhancement #1734

Open waldo121 opened 2 weeks ago

waldo121 commented 2 weeks ago

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?