Specifying Log Backup Information

Specify the size and number of backup log files to maintain.

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 modify the size and number of backup files, navigate to <AppBuilder_Home>\ares-project and open the ide.json with a text editor.
  2. Enter the size of the file. "size": <size in bytes>,. For example, 10 kb would be entered as: "size": 10000,
  3. Enter the number of backups. "backup": <number of backups>. For example, to maintain 10 backups, you would enter: "backup": 10.
  4. Save the file.
Related tasks
Setting the Log Level
Clearing the Logging Information