## MedplumInfraConfig.fireLens property

**Signature:**

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

- [MedplumInfraConfig.fireLens property](/content/docs/sdk/core.medpluminfraconfig.firelens#medpluminfraconfigfirelens-property/index.html)
