Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property determines the minimum log level captured by the UI Logger, affecting which console logs are recorded based on the specified level. |
| What area does it affect? |
UI Framework on Next Experience |
| What does the default mean? |
The default value is "warn", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting logging levels for troubleshooting or performance monitoring. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_nxui_framework.logging.level |
| Sys ID |
5f4450754330021020a7f61235b8f276 |
| Type |
choice list |
| Application |
UI Framework on Next Experience |
| Default value |
warn |
| Description |
Controls the UI Log level. When set to a value, the UI Logger will capture the logs with the same log level or higher that are printed with "console".
i.e. If set to "info". UI Logger will capture logs printed with "console.info", "console.warn", and "console.error".
If set to "true", will capture all log levels. If set to "false", will not capture any log levels.
Note: For this sys_prop to take effect, "sn_nxui_framework.logging.enabled" needs to be set to " true" also. |
| Updated |
2024-03-07 15:13:55 |
Related properties