# Enabling segment cache logging

The Pentaho Server allows you to view engine segment cache logs by opening the log window from within Analyzer.

If you are using Analyzer with a standalone Mondrian engine, cache log information is available through `log4j`. Edit your `log4j` configuration as explained in [Analysis SQL output logging](/install/9.3-install/multidimensional-data-modeling-in-pentaho/olap-log-output/analysis-sql-output-logging.md), and set the value of `com.pentaho.analysis.segmentcache` to `DEBUG`. The table below lists other `log4j` categories that can help you diagnose configuration and performance problems.

| Class Name                                            | Cache System                                                                            |
| ----------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `com.pentaho.​analysis.segmentcache.​impl.infinispan` | Outputs information related to the Infinispan implementation of the segment cache.      |
| `com.pentaho.​analysis.segmentcache.​impl.memcached`  | Outputs information related to the Memcached implementation of the segment cache.       |
| `com.pentaho.​analysis.segmentcache.​impl.pentaho`    | Outputs information related to the Pentaho BI Platform Delegating Cache implementation. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/install/9.3-install/multidimensional-data-modeling-in-pentaho/olap-log-output/enabling-segment-cache-logging.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
