Diagnostic Features
Flex has some diagnostic capabilities built into the UI that are enabled in the base product to assist with configuration. Under the user menu there is a Diagnostics menu which allow data and configuration to be written to the console log for inspection by the user. These options can be disabled in production systems by incorporating the following into the client/config.jsonc file:
{
"config": {
"client": {
"workspace": {
"diagnostics": {
"enabled": false
}
}
}
}
}