System Settings
Prerequisites
You have logged in to the Kunpeng DevKit.
Only the administrator devadmin can modify the system settings. Common users can only view the settings.
Procedure
- In the upper right corner of the page, choose
> Tool Settings > Compiler and Debugger > System Settings.Figure 1 Compiler and Debugger - System Settings
- The default Run Log Level of the Compiler and Debugger is Same as framework configuration. You can change the run log level by referring to the following information. After the modification, the tool records only logs of the configured level and higher levels.
Log levels indicate the importance of log information. Tool run logs are classified into five levels: CRITICAL, ERROR, WARNING, INFO, and DEBUG.
- CRITICAL: critical errors that cause improper system running.
- ERROR: errors that may not affect the application running.
- WARNING: events about the system in unexpected status that does not affect the running of the system.
- INFO: key information about the normal running of the service.
- DEBUG: debugging information for fault locating.
Parent topic: Common Operations