Log diagnostics data for domains
Logging diagnostics data are useful to diagnose problems but they have a negative impact on performance.
General Information
|
Domain |
TcHmiSrv |
|
Full symbol path |
TcHmiSrv.Config::DIAGNOSTICS_DOMAINS |
|
Category |
Advanced |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Type |
array |
Default value
[]JSON Schema
{
"category": "CATEGORY_ADVANCED",
"default": [],
"description": "DESC_DIAGNOSTICS_DOMAINS",
"items": {
"minLength": 1,
"optionMethod": {
"symbol": "ListDomains"
},
"type": "string"
},
"propertyOrder": 2,
"type": "array"
}