log-configuration
log-configuration
Model representing Log Configuration Data
JSON Example
{
"maxLogSize": 0,
"rootLoggerLevel": "string",
"settings": [
{
"level": "string",
"name": "string"
}
]
}
integer As int32 As int32
maxLogSize
Required
This number specifies how much of log data to retain (MB)
string
rootLoggerLevel
Required
The level of the logger root
Possible values are : INFO, WARNING, ERROR, FATAL, OFF, UNKNOWN,