File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tracing-appender/src/rolling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ impl Builder {
43
43
/// | [`filename_prefix`] | `""` | By default, log file names will not have a prefix. |
44
44
/// | [`filename_suffix`] | `""` | By default, log file names will not have a suffix. |
45
45
/// | [`max_log_files`] | `None` | By default, there is no limit for maximum log file count. |
46
- /// | [`max_files_size `] | `None` | By default, there is no limit for maximum log file size. |
46
+ /// | [`max_file_size `] | `None` | By default, there is no limit for maximum log file size. |
47
47
///
48
48
/// [`rotation`]: Self::rotation
49
49
/// [`filename_prefix`]: Self::filename_prefix
50
50
/// [`filename_suffix`]: Self::filename_suffix
51
51
/// [`max_log_files`]: Self::max_log_files
52
- /// ['max_files_size `]: Self::max_files_size
52
+ /// ['max_file_size `]: Self::max_file_size
53
53
#[ must_use]
54
54
pub const fn new ( ) -> Self {
55
55
Self {
You can’t perform that action at this time.
0 commit comments