Skip to content

Commit 1c16d25

Browse files
committed
fix: typo
1 parent 44b53c5 commit 1c16d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/RFCs/0010-logging-in-libdatadog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub struct FileConfig<'a> {
104104
pub path: CharSlice<'a>,
105105
/// Maximum size in bytes for each log file.
106106
/// Set to 0 to disable size-based rotation.
107-
pub size_bytes: u64,
107+
pub max_size_bytes: u64,
108108
/// Maximum total number of files (current + rotated) to keep on disk.
109109
/// When this limit is exceeded, the oldest rotated files are deleted.
110110
/// Set to 0 to disable file cleanup.

0 commit comments

Comments
 (0)