@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
27 lines (19 loc) • 748 B
Markdown
lang: en
title: 'API docs: logging.loggingcomponentconfig'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/logging
permalink: /doc/en/lb4/apidocs.logging.loggingcomponentconfig.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/logging](./logging.md) > [LoggingComponentConfig](./logging.loggingcomponentconfig.md)
## LoggingComponentConfig type
Configuration for LoggingComponent
<b>Signature:</b>
```typescript
export declare type LoggingComponentConfig = {
enableFluent?: boolean;
enableHttpAccessLog?: boolean;
};
```