> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LoggerOptions

# Interface: LoggerOptions

Defined in: [logger.types.ts:32](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/logger/src/logger.types.ts#L32)

Configuration options for the Logger

## Properties

### colorize?

> `optional` **colorize?**: `boolean`

Defined in: [logger.types.ts:44](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/logger/src/logger.types.ts#L44)

Whether to colorize log output

***

### filePath?

> `optional` **filePath?**: `string`

Defined in: [logger.types.ts:52](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/logger/src/logger.types.ts#L52)

Path to the log file if logToFile is enabled

***

### includeTimestamp?

> `optional` **includeTimestamp?**: `boolean`

Defined in: [logger.types.ts:40](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/logger/src/logger.types.ts#L40)

Whether to include timestamps in log messages

***

### logToFile?

> `optional` **logToFile?**: `boolean`

Defined in: [logger.types.ts:48](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/logger/src/logger.types.ts#L48)

Whether to write logs to a file (server-side only)

***

### minLevel?

> `optional` **minLevel?**: [`LogLevel`](../../logger/enumerations/LogLevel)

Defined in: [logger.types.ts:36](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/logger/src/logger.types.ts#L36)

The minimum level of messages to log
