# TransportOptions.enabled property · @imqueue/async-logger

Source: https://imqueue.org/api/async-logger/latest/async-logger.transportoptions.enabled/
Published: 2026-07-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/async-logger 3.2.0 — generated reference, not hand-written

Whether to attach this transport. A `false` entry is skipped entirely, so a transport can be left in the config and switched off per environment rather than deleted.

**Signature:**

```typescript
enabled: boolean;
```

