# LoggerConfig

**Kind**: interface | **Module**: [io.Connect Desktop](https://docs.interop.io/desktop/reference/javascript/io.connect%20desktop/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/io.connect desktop/loggerconfig/index.html

## Properties

- **`console`** (`IOConnectCore.Logger.LogLevel`, optional)
  Console logging level.
- **`publish`** (`IOConnectCore.Logger.LogLevel`, optional)
  File logging level. To allow logging to files in your apps, you must set the `"allowLogging"` top-level property to `true` in the app definition.

## Related types

- [LogLevel](https://docs.interop.io/desktop/reference/javascript/logger/loglevel/index.md)
- [Logger](https://docs.interop.io/desktop/reference/javascript/insights/logger/index.md)
