# ChannelConfig

`interface` in `services` · v0.8.2

<https://docs.seedcord.org/packages/services/0.8.2/interfaces/channel-config>

Configuration for a named logger channel.

```ts
interface ChannelConfig
```

## Properties

### format

```ts
format: LoggerFormatMode;
```

Default format for the channel

### level

```ts
level: LoggerLevel;
```

Default log level for the channel

### name

```ts
name: string;
```

Channel identifier

### stripAnsi

```ts
stripAnsi: boolean;
```

Whether to strip ANSI codes by default

### transports

```ts
transports: TransportConfig[]
```

List of transports for this channel
