D.5.2 logs Folder
The log file has information about the warnings, errors, and status of the component.
Additional information can be obtained from a component by turning on diagnostic logging. This can be done by setting the Log.DIAGNOSTIC.Enabled parameter to true. In a production environment, this should be left as false and only changed to true when debugging errors or performance issues.
Log files for each component are written to a log file named for the component inside a subdirectory of the logs directory named for the current processing date in YYYYMMDD format.
<OFSAAI Installed Directory>/bdf/logs/<processing date>/<component>.log
<OFSAAI Installed Directory>/bdf/logs/20130313/CorrespondentBankProfile.log
When an external table is used as the DIS file loading mechanism, there are additional log files containing log output from the external table utility. The log files are named the same as the external table being loaded. The name of the external table is the name of the table being loaded with a prefix of DIS_.
<OFSAAI Installed
Directory>/bdf/logs/20130313/DIS_ACCT.log