Currently no log files are written (our logs.log intercept implementation isn't working), and there is no easy way for the user to access them regardless as they would be written to the resources folder within the app (asking a user to navigate there is a bit much)
TODO
[x] better logging to a file per-session, maybe use electron-log
[x] optionally add application menu item to open log folder (or alternative solution)
Currently no log files are written (our
logs.log
intercept implementation isn't working), and there is no easy way for the user to access them regardless as they would be written to theresources
folder within the app (asking a user to navigate there is a bit much)TODO
electron-log