Wiki

Clone wiki

OYSTER / 3_-_Settings_Tag

#!xml

<Settings RunScriptName="Name" Explanation="Off" Debug="On" SS="No" ChangeReportDetail="No" Trace="On" />

The Settings tag directs what information is written to the Oyster.log file that is created during each OYSTER run. It also directs what additional output files are generated during the run and the level of detail written to the files. Its one other function is to validate the RunScript by checking the name of the RunScript to make sure it valid.

The Setting tag has six attributes:

  • RunScriptName: Assigned value must match the name of the RunScript .xml file without the .xml file extension.

Updated