From 8e97f4862c2f1b99ef375fe8b0534908b7dbea56 Mon Sep 17 00:00:00 2001 From: 0x9bb1 Date: Fri, 16 Aug 2024 11:22:32 +0800 Subject: [PATCH] fix daily method description --- tracing-appender/src/rolling.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-appender/src/rolling.rs b/tracing-appender/src/rolling.rs index 3c9a61a47..6d61f7e6a 100644 --- a/tracing-appender/src/rolling.rs +++ b/tracing-appender/src/rolling.rs @@ -362,7 +362,7 @@ pub fn hourly( /// } /// ``` /// -/// This will result in a log file located at `/some/path/rolling.log.yyyy-MM-dd-HH`. +/// This will result in a log file located at `/some/path/rolling.log.yyyy-MM-dd`. pub fn daily( directory: impl AsRef, file_name_prefix: impl AsRef,