# set_verbose

> **Function** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/globals/set_verbose)

Set a new value for the `verbose` global setting.

## Signature

```python
set_verbose(
    value: bool,
) -> None
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `value` | `bool` | Yes | The new value for the `verbose` global setting. |

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/f0c5a28fa05adcda89aebcb449d897245ab21fa4/libs/core/langchain_core/globals.py#L18)