reflex-app / reflex-app/reflex
Only console.log during development, not production build
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 34
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The main and renderer processes both have a lot of log info that should really only be shown during development. Ideally we would default to only showing error logs in the console of the production app, but could have a toggle (maybe in the menu bar) which can enable other log levels.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue mentions logging in the main and renderer processes; first locate their console logging paths and how production builds are identified. Done means production shows only errors by default, with a working way to enable other log levels, and both processes follow that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron
- Domain
- desktop, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100