log-configuration

log-configuration
log-configuration

Model representing Log Configuration Data

JSON Example
{
    "rootLoggerLevel": "string",
    "maxLogSize": 0,
    "settings": [
        {
            "name": "string",
            "level": "string"
        }
    ]
}
string
rootLoggerLevel
Optional

The level of the root log

Possible values are : INFO, WARNING, ERROR, FATAL, OFF, UNKNOWN,
integer As int32 As int32
maxLogSize
Optional

This number specifies how much of log data to retain (MB)

settings
Optional

Logs Settings