Commit 49b02be
committed
fix: keep the watcher boot-failure log at error level
Review feedback: the mismatched guard in the watcher-enabled boot-failure
path was aligned downwards, to warn. Align it upwards instead and keep the
message at error, since it reports a failure during boot rather than a
termination at steady state.
The sibling "worker script has failed on restart" branch stays at warn: it
was already self-consistent and outside this change's scope. Happy to raise
that one too if the same reasoning should apply to it.1 parent dd2d832 commit 49b02be
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
181 | | - | |
| 180 | + | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments