Files
api-specs/idn/beta/schemas/StandardLevel.yaml
2022-09-02 10:59:29 -04:00

12 lines
137 B
YAML

description: Standard Log4j log level
type: string
example: INFO
enum:
- OFF
- FATAL
- ERROR
- WARN
- INFO
- DEBUG
- TRACE