Clearing the Logging Information

Clear the log file.

Log files are backed up automatically according to the settings of log size and backup number in the <AppBuilder_Home>\ares-project\ide.json file:
"log": {
		"enabled": "true",
		"level": "INFO",
		"size": 500000,
		"backup": 5
  1. To clear the log file, go to <AppBuilder_Home>\ares-project\logs\ and open the appbuilder.log with a text editor.
  2. Clear the information.
  3. Save the file.
Related tasks
Setting the Log Level
Specifying Log Backup Information