# LoggerConfiguration

`interface` in `services` · v0.8.2

<https://docs.seedcord.org/packages/services/0.8.2/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;
```
