> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/video-recording-video-grabacion/propiedades/showlog.md).

# showLog

## Details

**Attribute:** `show-log`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
video.showLog = true;
```

## Description

Enables an extended real-time data streaming mode to display information about the component’s internal processes in the browser console.

### Considerations

In local recording, look for messages with the prefix `[LocalRecorder]` to track the recording lifecycle.

***

## Example

```jsx
<facephi-video-provider
    showLog={true}
    settings={{ serviceType: 'local' }}
/>
```
