# LOG\_LEVEL

| *Definition:* | It refers to the log level.                                                                                                                                 |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *Label:*      | log level                                                                                                                                                   |
| *Identifier:* | [log-level.ttl](https://github.com/International-Data-Spaces-Association/ODRL-profile-for-IDS/blob/develop-iese/ids-vocabulary/left-operands/log-level.ttl) |
| *Note:*       | Accepted values: ON\_DENY, ON\_ALLOW, ON\_DUTY\_EXERCISED, ON\_ACTION\_OPERATED.                                                                            |
| *Class:*      | [Left Operand](https://www.w3.org/TR/odrl-vocab/#term-LeftOperand)                                                                                          |

*Example:*

```
"constraint": [{
	"leftOperand": "idsc:LOG_LEVEL",
	"operator": "eq",
	"rightOperand": { "@id": "idsc:ON_ALLOW" }
}]
```
