# How to Lower The Trace Level on an Application

Sometimes a lower level log trace than the default setting is needed when troubleshooting an issue. Each application has it's own trace level that can be changed using the the CLI. When creating a [TBReport ](/troubleshooting-and-support/troubleshooting-tips-and-actions/tbreport.md)past logs are fetched and compressed. If the trace levels were lowered during troubleshooting, the report will include the more detailed logs.<br>

### Lowering Application Trace Level using the CLI

1. Log into your TelcoBridges unit with SSH and type 'tbx\_cli\_tools\_remote'\
   This should present you with the following screen, which is a list of applications running on this system.<br>

   <figure><img src="https://docs.telcobridges.com/w/images/1/10/Tbxtools_list.png" alt=""><figcaption></figcaption></figure>
2. Select the application to open. *(In our example we will use Gateway)*<br>

   <figure><img src="https://docs.telcobridges.com/w/images/4/45/Gateway_app.png" alt=""><figcaption></figcaption></figure>
3. Every application will have a slightly different set of commands as there are some application specific functions. To see the available actions, press '?' at any time. For all applications the character 'T' will prompt you to enter a new trace level.\
   \&#xNAN;*Note the 'T' is capital, a lower-case 't' is assigned to a different action ex. Terminate Call in the 'gateway' application*<br>

   <figure><img src="https://docs.telcobridges.com/w/images/5/56/Tracelevel_prompt.png" alt=""><figcaption></figcaption></figure>
4. The application will show the current trace level in the format 0x3 where '3' is the current level.\ <br>

   <figure><img src="https://docs.telcobridges.com/w/images/a/a6/Tracelevel_seta.png" alt=""><figcaption></figcaption></figure>
5. Disregard this formatting and type the desired level as a single integer.\ <br>

   <figure><img src="https://docs.telcobridges.com/w/images/9/90/Tracelevel_setb.png" alt=""><figcaption></figcaption></figure>
6. Press "enter" and your change will be applied. You can check the logs for confirmation.<br>

   <figure><img src="https://docs.telcobridges.com/w/images/4/44/Tracelevel_setc.png" alt=""><figcaption></figcaption></figure>


---

# 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://prosbcdocs.telcobridges.com/troubleshooting-and-support/troubleshooting-tips-and-actions/how-to-lower-the-trace-level-on-an-application.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.
