Commit e7eea66
Handle managed exporter messages case insensitive
The blackbox_exporter (and possible other exporters as well) outputs the log level in upper case:
time=2025-03-03T19:58:53.853Z level=INFO source=main.go:86 msg="Starting blackbox_exporter"
As snclient only matches on "level=info", this message becomes an error message in the snclient.log.
This commit leaves the original level intact.1 parent c4d5c6c commit e7eea66
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
0 commit comments