## MedplumSourceInfraConfig.fireLens property

**Signature:**

```typescript
fireLens?: {
        enabled: true;
        logDriverConfig?: {
            options?: {
                [key: string]: ValueOrExternalSecret<string>;
            };
            secretOptions?: {
                [key: string]: ValueOrExternalSecret<string>;
            };
        };
        logRouterConfig: {
            type: 'fluentbit' | 'fluentd';
            options?: Record<string, unknown>;
        };
        environment?: {
            [key: string]: ValueOrExternalSecret<string>;
        };
    };
```

- [MedplumSourceInfraConfig.fireLens property](/content/docs/sdk/core.medplumsourceinfraconfig.firelens#medplumsourceinfraconfigfirelens-property/index.html)
