# BaseTransportConfig

`interface` in `services` · v0.7.1

<https://docs.seedcord.org/packages/services/0.7.1/interfaces/base-transport-config>

Base configuration shared by all transport types.

```ts
interface BaseTransportConfig
```

## Properties

### format

```ts
format: LoggerFormatMode;
```

Output format mode

### level

```ts
level: LoggerLevel;
```

Minimum log level for this transport

### stripAnsi

```ts
stripAnsi: boolean;
```

Whether to strip ANSI color codes from output
