Skip to content

Commit

Permalink
Extend function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedweber committed Jul 13, 2023
1 parent 4f71f38 commit 89e496a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/product_logging/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ pub const VECTOR_CONFIG_FILE: &str = "vector.toml";
/// a ZooKeeper log file with 4,127,151 bytes occupied 4,032 blocks. Then log entries were written
/// and the actual file size increased to 4,132,477 bytes which occupied 8,128 blocks.
///
/// This function is meant to be used for log volumes up to a size of approximately 100 MiB. The
/// overhead might not be acceptable for larger volumes, however this needs to be tested
/// beforehand.
///
/// # Example
///
/// ```
Expand Down

0 comments on commit 89e496a

Please sign in to comment.