<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [ContractCaseBoundaryConfig](./case-boundary.contractcaseboundaryconfig.md) &gt; [logLevel](./case-boundary.contractcaseboundaryconfig.loglevel.md)

## ContractCaseBoundaryConfig.logLevel property

logLevel - one of:

`"none"` - Print no logs (note, results may still be printed - see `printResults`<!-- -->)

`"error"` - Something has gone wrong during the execution of the test framework

`"warn"` - It seems likely that there is a misconfiguration

`"debug"` - Information to help users find out what is happening during their tests

`"maintainerDebug" | "deepMaintainerDebug"` - debugging information for ContractCase maintainers

**Signature:**

```typescript
readonly logLevel?: string;
```
