Skip to content

Commit

Permalink
fix: default chunked gelf options
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Oct 10, 2024
1 parent 6c66ff0 commit 72414d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/codecs/src/decoding/framing/chunked_gelf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const fn default_pending_messages_limit() -> usize {
#[derive(Debug, Clone, Default)]
pub struct ChunkedGelfDecoderConfig {
/// Options for the chunked GELF decoder.
#[serde(default)]
pub chunked_gelf: ChunkedGelfDecoderOptions,
}

Expand Down

0 comments on commit 72414d5

Please sign in to comment.