Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flb_input_chunk: skip overlimit check in mem mode
This commit uses a different implementation than the previous; instead of checking in each output plugin and logging, this will just skip the check entirely when not in FS mode. The downside is that there is no log indicating that the memory plugin is going to an output with `storage.total_limit_size` where it has no effect, but this is a reasonable expectation to configure for so that would just be adding extra work just to be able to do some debug logging. Signed-off-by: Braydon Kains <[email protected]>
- Loading branch information