# LoggerConfiguration

`interface` in `services` · v0.7.1

<https://docs.seedcord.org/packages/services/0.7.1/interfaces/logger-configuration>

Global logger configuration.

```ts
interface LoggerConfiguration
```

## Properties

### channels

```ts
channels: Record<string, ChannelConfig>;
```

Channel configurations keyed by channel name

### defaultChannel

```ts
defaultChannel: string;
```

Name of the default channel to use when none is specified

### files

```ts
files: LoggerFileConfig;
```
