# LogOptions

**Kind**: interface | **Module**: [Insights](https://docs.interop.io/desktop/reference/javascript/insights/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/insights/logoptions/index.html

## Properties

- **`allowedAttributes`** (`string[]`, optional)
  If specified, any attributes missing from the list will be removed from
  the log entry before publishing it.
- **`enabled`** (`boolean`, optional) default: `true`
  If `false`, the log entry will not be published.
- **`hideRegex`** (`string`, optional)
  If specified, the log entry will have text matching this regex replaced with asterisks.
