mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 07:12:12 +03:00
Per gemini-code-assist review on #2164: 1. Re-introduce the BACKGROUND_DEGRADE warning log (mentioned in PR description but missing from code). Operators can grep for this to identify clients still requesting background mode that should be reconfigured. 2. Make the log conditional on `background === true` (not on the strip itself). background:false / unset now passes through silently with no log spam. 3. Add unit test for both background unset AND background:false cases asserting no BACKGROUND_DEGRADE log is emitted, and update the existing background:true test to assert the log IS emitted.