We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b53c5 commit 1c16d25Copy full SHA for 1c16d25
docs/RFCs/0010-logging-in-libdatadog.md
@@ -104,7 +104,7 @@ pub struct FileConfig<'a> {
104
pub path: CharSlice<'a>,
105
/// Maximum size in bytes for each log file.
106
/// Set to 0 to disable size-based rotation.
107
- pub size_bytes: u64,
+ pub max_size_bytes: u64,
108
/// Maximum total number of files (current + rotated) to keep on disk.
109
/// When this limit is exceeded, the oldest rotated files are deleted.
110
/// Set to 0 to disable file cleanup.
0 commit comments