---
title: "tx_solr.logging"
manual: "Apache Solr for TYPO3"
version: "13.1"
permalink: "https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:conf-tx-solr-logging@13.1"
source: "Configuration/Reference/TxSolrLogging.rst"
modified: "2026-09-16T15:16:05+00:00"
---

# tx_solr.logging

This section defines logging options. All loggings will be available in the TYPO3 logging framework.

-   [debugOutput](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:debugoutput@13.1)
-   [exceptions](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:exceptions@13.1)
-   [indexing](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:indexing@13.1)
-   [indexing.indexQueueInitialization](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:indexing-indexqueueinitialization@13.1)
-   [indexing.indexQueuePageIndexerGetData](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:indexing-indexqueuepageindexergetdata@13.1)
-   [indexing.pageIndexed](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:indexing-pageindexed@13.1)
-   [query.filters](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:query-filters@13.1)
-   [query.searchWords](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:query-searchwords@13.1)
-   [query.queryString](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:query-querystring@13.1)
-   [query.rawPost](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:query-rawpost@13.1)
-   [query.rawGet](https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:query-rawget@13.1)

## debugOutput

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.debugOutput
-   *Default:*
-   *Options:* 0,1
-   *Since:* 6.1

If enabled the written log entries will be printed out as debug message in the frontend or to the TYPO3 debug console in the backend.
This setting replaces the previous setting `plugin.tx_solr.logging.debugDevLogOutput` which was needed, when the devLog was used.

## exceptions

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.exceptions
-   *Default:* 1
-   *Options:* 0,1
-   *Since:* 1.0

If enabled, thrown exceptions are logged.

## indexing

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.indexing
-   *Default:* 1
-   *Options:* 0,1
-   *Since:* 1.0

If enabled, logs when pages / documents are indexed.

## indexing.indexQueueInitialization

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.indexing.indexQueueInitialization
-   *Default:* 1
-   *Options:* 0,1
-   *Since:* 2.0

If enabled, logs the query used to initialize the indexing queue.

## indexing.indexQueuePageIndexerGetData

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.indexing.indexQueuePageIndexerGetData
-   *Default:* 1
-   *Options:* 0,1
-   *Since:* 2.0

If enabled, the requested data will be logged. Request data includes item, url, parameters, headers, data, decodedData and report.

## indexing.pageIndexed

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.indexing.pageIndexed
-   *Default:*
-   *Options:* 0,1
-   *Since:* 2.0

If enabled, it will be logged if a page was indexed successful or not. Additionally, an error is logged if indexing is disabled (via `config.index_enable`)

## query.filters

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.query.filters
-   *Default:* 1
-   *Options:* 0,1
-   *Since:* 1.0

If enabled, filters will be logged when they get added to the Solr query.

## query.searchWords

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.query.searchWords
-   *Default:* 1
-   *Options:* 0,1
-   *Since:* 1.0

If enabled, received search queries will be logged.

## query.queryString

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.query.queryString
-   *Default:* 1
-   *Options:* 0,1
-   *Since:* 1.0

If enabled, query string parameters and the respective response will be logged.

## query.rawPost

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.query.rawPost
-   *Default:* 1
-   *Options:* 0,1
-   *Since:* 1.0

If enabled, POST requests against the Solr server will be logged.

## query.rawGet

-   *Type:* Boolean
-   *TS Path:* plugin.tx_solr.logging.query.rawGet
-   *Default:* 1
-   *Options:* 0,1
-   *Since:* 1.0

If enabled, GET requests against the Solr server will be logged.
