Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
journal probe: send records for every log message
The previous logic concatenates log messages on initial startup, when the entire journal is read to process existing messages. But doing so might run into the payload size limit (8KB), and thus fail to create a record. Sending one record per log message will ensure that the payload size remains relatively small, almost always below the 8KB size limit. Signed-off-by: Patrick McCarty <[email protected]>
- Loading branch information