-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50004a8
commit 1ac3560
Showing
9 changed files
with
49 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Search API Solr Log | ||
|
||
This module provides an alternative to the DB Logger of Drupal Core. | ||
|
||
After enabling the module, visit `/admin/config/search/search-api/server/search_api_solr_log_server/editSolr` and | ||
configure the connection according to your needs. | ||
|
||
Note, if you don't have a dedicated log server, you can use the identical settings of an existing server. | ||
But it is important to activate "Advanced / Retrieve result data from Solr". |
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
5 changes: 5 additions & 0 deletions
5
modules/search_api_solr_log/search_api_solr_log.links.action.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
search_api_solr_log.clear_logs: | ||
route_name: 'search_api_solr_log.clear_logs' | ||
title: 'Clear' | ||
appears_on: | ||
- view.search_api_solr_log.overview |
4 changes: 0 additions & 4 deletions
4
modules/search_api_solr_log/search_api_solr_log.links.task.yml
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
services: | ||
logger.solr: | ||
class: Drupal\search_api_solr_log\Logger\SolrLogger | ||
arguments: ['@entity_type.manager', '@logger.log_message_parser', '@solarium.query_helper'] | ||
arguments: ['@logger.log_message_parser', '@solarium.query_helper'] | ||
tags: | ||
- { name: logger } | ||
- { name: backend_overridable } |
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