mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Consistent logging of request/responses to solr
Using a middleware. Also add missing changesets for mariadb.
This commit is contained in:
@ -368,16 +368,20 @@ docspell.joex {
|
||||
# Configuration of the full-text search engine.
|
||||
full-text-search {
|
||||
# The full-text search feature can be disabled. It requires an
|
||||
# additional index server available which needs additional
|
||||
# memory and disk space. It can be enabled later any time.
|
||||
# additional index server which needs additional memory and disk
|
||||
# space. It can be enabled later any time.
|
||||
#
|
||||
# Currently the SOLR search platform is supported.
|
||||
enabled = false
|
||||
|
||||
# Configuration for the SOLR backend.
|
||||
solr = {
|
||||
# The URL to solr
|
||||
url = "http://localhost:8983/solr/docspell"
|
||||
# Used to tell solr when to commit the data
|
||||
commit-within = 1000
|
||||
# If true, logs request and response bodies
|
||||
log-verbose = false
|
||||
}
|
||||
|
||||
# Settings for running the index migration tasks
|
||||
|
Reference in New Issue
Block a user