Redirect diagnostics messages to file
Reduces the chance that a flood of diagnostics messages will overwhelm the system. Especially useful when diagnosing problems on smaller devices. Only supported on windows.
General Information
|
Domain |
TcHmiSqliteLogger |
|
Full symbol path |
TcHmiSqliteLogger.Config::REDIRECT_DIAGNOSTICS_MESSAGES_TO_FILE |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Type |
boolean |
|
Default value |
True |
JSON Schema
{
"configDescription": "DESC_REDIRECT_DIAGNOSTICS_MESSAGES_TO_FILE",
"default": true,
"type": "boolean"
}