> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assistantscenter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Minimized Console Logs

> If you want to restrict console logs through Assistants Center, you can do so using this option.

```js theme={null}
new DBD.Dashboard({
  minimizedLogs: Boolean,
});
```

## Example Usage

```javascript theme={null}
new DBD.Dashboard({
  minimizedLogs: true,
});
```

## Props

<ParamField path="minimizedLogs" type="boolean" required>
  If you want to restrict console logs through Assistants Center, you can do so
  using this option.
</ParamField>
