Skip to content
Steven Sotelo edited this page Jan 7, 2015 · 5 revisions

The logs are files that contains the detail over event take place in the application. The logs have some types according to the origin:

REGISTER_OK

All records are processed correctly are stored in this log file. The content of this file can change according to process or option selected in the application, for example: if you are executing the import process, this log would save the same row imported into database, by other hand if you are running some validation process, it would save the command for update the row.

REGISTER_ERROR

When you are executing some process in the application and some records has a error, that will save in this log type.

LOG

QUERY_ERROR