-
Notifications
You must be signed in to change notification settings - Fork 0
3 Log
The logs are files that contain occurrence data segregated by the success of their processing:
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.
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
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.
Dev by Steven Sotelo