API Reference > logger-config > Logging > SeqConfig SeqConfig Interface Beta seq logging server configuration. Properties Name Type Description apiKey undefined | string The API Key to use when connecting to Seq batchSizeLimit undefined | number The maximum batch size to send to Seq (should not exceed Settings > System > Raw ingestion payload limit) hostURL undefined | string The URL of the seq server to connect to. maxBatchingTime undefined | number The time in milliseconds that the logger will wait for additional events before sending a batch to Seq port undefined | number The port of the seq server. reemitErrorEvents undefined | boolean If true, error events raised by the stream will propagate as 'error' events on the Bunyan logger object. Defined in SeqLoggerConfig.ts Line 16 Last Updated: 11 June, 2024