Skip to content
ColinKhoury edited this page Feb 6, 2015 · 5 revisions

The logs are files that contain occurrence data segregated by the success of their processing:

REGISTER_OK

All records that are processed correctly are stored in this log file. The content of this file can change according to the process or option selected in the application, for example: if you are executing the import process, this log would save a data row successfully imported into database; on the other hand if you are running some validation process, it would save the command for updating the row. Results are presented in a .txt file.

REGISTER_ERROR

When you are executing some process in the application and some records have an error, the error data will save in this log type. Like the REGISTER_OK type, content differs according to the process that you are executing. For example, if are running the import process, it would save the same row of source file (with an error), so that the data can be reviewed in order to fix the records; on the other hand during the validation process, it will permit visualization of the problem with that register from the database. Results are presented in a .csv file.

QUERY_ERROR

The application will notify you when there is a problem with the database. This log type will save the SQL query that was attempted in the database, in order to identify the issue with that record. Results are presented in a .csv file.

REVIEW_DATA

Data with updates, changes, and/or other processes appear here in order to be checked if necessary. Results are presented in a .csv file.