Service to configure how we deal with finding annotations indicating unstable API in user code.
| Attribute | Value |
|---|---|
| Default Value | LOG |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Allowed Values | LOG ERROR |
| Stability | default |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| level | STRING | false | false | LOG | Whether to throw an error or log a warning if annotations indicating unstable API. |