Commit 4e5cade
committed
Use warn level for Provider fallback catch
The Provider catch is defense-in-depth for when FlagEvalMetrics
class itself can't load (OTel API absent entirely). The detailed
error message is logged inside FlagEvalMetrics when it CAN load
but SDK init fails. Using error level here caused the openfeature
smoke test to fail (it asserts no ERROR entries in application logs).1 parent 5128259 commit 4e5cade
1 file changed
Lines changed: 3 additions & 1 deletion
File tree
- products/feature-flagging/feature-flagging-api/src/main/java/datadog/trace/api/openfeature
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments