Commit 98e8272
committed
fix(webapp): log run-engine ClickHouse factory failures at error level
Factory resolution failures (registry misload, missing data store,
ClientType mismatch) are configuration problems, not transient blips,
and ops loses observability if they only surface as warnings. Query-
level errors stay at warn since those are expected to be transient.1 parent ff6db49 commit 98e8272
1 file changed
Lines changed: 6 additions & 1 deletion
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
0 commit comments