reflex
reflex copied to clipboard
Only console.log during development, not production build
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.