# get_verbose

> **Function** in `langchain_core`

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

Get the value of the `verbose` global setting.

## Signature

```python
get_verbose() -> bool
```

## Returns

`bool`

The value of the `verbose` global setting.

---

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