-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Improve logging for Indexer database actions, closes #59
Additionally, fix the "debugOnly" parameter for inserting or updating. This had no effect other than outputting the result of the query. Also, a different database method had been used than the one which would actually insert or update the record. This has now been fixed. If the debugOnly parameter is set, now inserting or updating is skipped and only the values are logged (if LogLevel is set to "Debug"). Additionally, a part of the errors is directly shown in the indexing report.
- Loading branch information
1 parent
30cbcde
commit 448a464
Showing
3 changed files
with
143 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters