# Manage protocols debug level using the CLI

Using the CLI, you can:

* [Show S3 debug level](#show-s3-debug-level)
* [Manage NFS debug level](#update-nfs-debug-level)
* [Set SMB debug level](#update-smb-debug-level)

## Show S3 debug level <a href="#show-s3-debug-level" id="show-s3-debug-level"></a>

**Command:** `weka s3 log-level get`

## Manage NFS debug level <a href="#manage-nfs-debug-level" id="manage-nfs-debug-level"></a>

**Command:** `weka nfs debug-level show|set`

**Command options:**

`show:` Shows debug level for the NFS servers.

`set:` Sets the debug level for the NFS servers. When you complete debugging, return the debug level to default (creates an event).

## Set SMB debug level <a href="#set-smb-debug-level" id="set-smb-debug-level"></a>

**Command:** `weka smb cluster debug`

**Parameter:**

`level:` The debug level (format: 0..10).


---

# 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/protocols-debug-level-management/manage-protocols-debug-level-using-the-cli.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.
