interface PinoCloudExporterConfig {
    batchSize?: number;
    cloudHostname: string;
    flushIntervalMs?: number;
    jobId: string;
    loggerName?: string;
    roomId: string;
}

Properties

batchSize?: number
cloudHostname: string
flushIntervalMs?: number
jobId: string
loggerName?: string
roomId: string