mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-17 20:52:15 +03:00
* fix(db): default debugMode to false in getSettings() defaults Fresh installs (or installs missing the persisted debugMode key) ran in debug mode, contradicting the documented opt-in toggle and flooding new production installs with debug-level logs. Flip the default to false; installs that persisted debugMode=true keep it — only the missing-key path changes, no migration needed. Fixes #10312 * changelog: fragment for #10372
242 B
242 B
- fix(db):
getSettings()defaultsdebugModetofalse— fresh installs no longer run in debug mode (persisteddebugMode: trueis preserved) (#10372 — thanks @lamchun1110)