Skip to main content

Error Log Tracer

You can view error logs within Felice to identify the exact reasons for their occurrences.

Click on the [Shield Icon > Error Log Tracer] button in the upper right corner to navigate to the Error Log Tracer page.

error-log-tracer

How is it different from Audit Logs?

Felice's audit logs currently do not record API Request errors separately unless they are login failures. They only record logs when actual data changes occur and succeed (modification, deletion, creation). On the other hand, error log tracer allows you to see why errors occurred not only during modifications, deletions, and creations but also while viewing.

Error Log Filter

You can filter error logs using the filter at the top with your desired input. After entering the information you want to filter by, click the [Refresh] button to view the filtered error log list.

error-log-filters

FilterDescription
⓵ View ByView by (From Recently, From Specific Date)
⓶ Max LogsNumber of error logs to fetch (minimum 1, maximum 100)
⓷ API MethodMethod of the error log
⓸ Specify a dateWhen to start fetching from (only displayed when From Specific Date is selected for the View By filter)
⓹ Download buttonDownload the error log list as a JSON file
⓺ Refresh buttonView the filtered list of errors
Does filtering data affect the download?

Filtering data does affect the download of error logs. For example, if you have 100 records and you select POST as the method, which results in 10 records displayed on the screen, clicking the download button will only download those 10 records.

Additionally, you can select specific error logs to download. If you want to download only a few logs, check the checkboxes on the left of each error log row to download.

Error Log List

You can view a list of error logs that occurred in Felice.

error-log-list

ColumnDescription
⓵ DateWhen the error occurred
⓶ MethodMethod of the error request (DELETE, GET, PATCH, POST, PUT)
⓷ URIURI of where the error occurred
⓸ Error MessageDetailed error message (can be blank)

Error Log Details

By clicking on a row in the error log, you can view the details of a specific error log in a drawer or download it as a JSON file.

error-log-details