FUME_EVAL_THROW_LEVEL
Applies to
- Community
- Enterprise
Defaults
- Community:
30 - Enterprise:
30
Purpose
Defines the evaluation severity threshold at which FUME turns a policy result into a thrown failure.
Notes
- Numeric severities are ordered with lower numbers being more critical:
fatal=0,invalid=10,error=20,warning=30,notice=40,info=50,debug=60. - Threshold comparisons are exclusive: the action triggers when
severity < threshold. FUME_EVAL_LOG_LEVELcontrols policy logging, not global app log filtering.