# Traces management

Traces are low-level events generated by WEKA processes and collected by an internal tracking tool. The traces are used as troubleshooting information for support purposes.

The tracking tool collects the traces continuously on the backends and clients. The number of traces retained depends on the specified free capacity on the backends and clients and the maximum capacity that traces can use. The tracking tool manages the retention of the traces as a FIFO queue.

If it is required to keep traces of a specific period for later investigation, you can freeze that period, and the traces within it are retained for a specified duration, enabling the support enough time to resolve the issue.

You can switch the verbosity level of the traces between low and high. The verbosity level affects the amount of information in the tracing data.

{% hint style="warning" %}
Do not disable the traces without specific instructions from the [Customer Success Team](https://docs.weka.io/getting-support-for-your-weka-system#contact-customer-success-team). Disabling the traces reduces the amount of troubleshooting information about the system and may affect the SLA if an issue occurs.
{% endhint %}

**Related topics**

[manage-traces-using-the-gui](https://docs.weka.io/support/diagnostics-management/traces-management/manage-traces-using-the-gui "mention")

[manage-traces-using-the-cli](https://docs.weka.io/support/diagnostics-management/traces-management/manage-traces-using-the-cli "mention")


---

# 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.weka.io/support/diagnostics-management/traces-management.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.
