2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript912 forks (912 forks)batch import
P1effort/daysexp/beginnergood first issuehelp wantedkind/bugneed/analysisstatus/ready
Repository metrics
- Stars
- 5,632 stars (5,632 stars)
- PR merge metrics
- Avg merge 8d 12h (Avg merge 8d 12h)6 merged PRs in 30d (6 merged PRs in 30d)
Description
The error.log is not populated with log data. We have consistently seen reports where users providing their error.log is just an empty file. This is true on my machine as well
examples where error.log was empty:
Contributor guide
- Research direction
- Investigate the logging configuration and the code path that writes to error.log. Check if the log file is created but not written to, or if the write is failing silently. Look for recent changes in logging setup or Electron main process log handling.
- Tech stack
- javascript
- Domain
- desktop
- Issue type
- Bug
- Prerequisites
- GitJavaScript