> 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-pt-br/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/showlog.md).

# showLog

## Detalhes

**Atributo:** `show-log`

**Tipo:** `boolean`

**Valor padrão:** `false`

## Morfologia

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

## Descrição

Habilita rastreamentos detalhados no console sobre os processos internos de `facephi-selphi-widget` durante a captura.

***

## Exemplo

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