5. Delta Logging Capabilities
December 4, 2024Less than 1 minute
5.1 Logging Capabilities of Delta
5.1.1 CLIProcessOutput.log
This log provides a detailed output of the command execution, including additional information and metadata.
5.1.2 delta.json
This JSON file is automatically generated and saved in the same directory as the outputted profile controls. It summarizes the results of the delta process.
The results are summarized at the top of the report according to the type of change:
- addedControlIDs: A list of new controls added to the profile.
- removedControlIDs: A list of controls removed from the profile.
- renamedControlIDs: A list of controls that had their IDs changed.
- changedControlIDs: A list of controls with changes to the metadata.
Details of the changes are provided afterwards as follows:
- addedControls: The contents of each control that was added to the profile.
- changedControls: The parts of each control that were modified or replaced during the command execution.
5.1.3 Report Markdown File (.md)
Specified by the report flag (-r
), this generates a markdown formatted report containing the same information found in the delta.json file.
5.2 Logging Capabilities of Update Controls
The logging output of update_controls4delta
provides information on which controls were found to require a name change, as well as additional statistics on skipped controls.