Files
OmniRoute/changelog.d/fixes/10372-debug-mode-default-false.md
Jacky Lam 149049ca4a fix(db): default debugMode to false in getSettings() defaults (#10372)
* 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
2026-08-16 00:15:51 -03:00

242 B

  • fix(db): getSettings() defaults debugMode to false — fresh installs no longer run in debug mode (persisted debugMode: true is preserved) (#10372 — thanks @lamchun1110)