> 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/selphi-biometria-facial/propiedades/showlog.md).

# showLog

## Details

**Attribute:** `show-log`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphi.showLog = true;
```

## Description

Enables detailed console traces about the internal processes of `facephi-selphi-widget` during the capture.

***

## Example

```jsx
<facephi-selphi-widget
    showLog={true}
/>
```
