Initializing help system before first use

Change Log

When enabled, change logging writes changes made by users to a log file on the server.

This log is stored in the log folder as insight-data-changes.json.

Log file records are written in a json format as per the following example:
{
  	"message": "SCENARIO DATA_CHANGE_BY_JOB by Administration User",
  	"logger_name": "com.fico.xpress.insight.change-log",
  	"level": "INFO",
  	"change": {
    		"action": "DATA_CHANGE_BY_JOB",
   		 "target": {
     			 "id": "42903d52-41d0-456e-b886-48318d5cac92",
   			   "type": "SCENARIO",
  			    "appId": "43c24bdb-8141-4b68-ba64-1c0e3377c60d",
  			    "path": "/VDL 4.8 - Language/Scenario 1"
 		   },
    "user": {
      "id": "5ab6f1b7-a167-4bf5-992b-2963a2ef4745",
   "name": "Administration User"
  		  },
    "update": {
      "inputEntities": [
   		     "reported_execution_mode"
 	     ]
    }
}
}
Because of data dependencies relating to shared indexing, when a new row is added to an entity, some extra and unexpected records may be written to the change log.

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.