mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
12 lines
137 B
YAML
12 lines
137 B
YAML
description: Standard Log4j log level
|
|
type: string
|
|
example: INFO
|
|
enum:
|
|
- OFF
|
|
- FATAL
|
|
- ERROR
|
|
- WARN
|
|
- INFO
|
|
- DEBUG
|
|
- TRACE
|