Skip to content

Commit 23b7073

Browse files
committed
chore: Update doc comment
1 parent 23820e1 commit 23b7073

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-telemetry/src/tracing

1 file changed

+1
-1
lines changed

crates/stackable-telemetry/src/tracing/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ pub struct TelemetryOptions {
761761
#[cfg_attr(feature = "clap", arg(long, env))]
762762
pub console_log_disabled: bool,
763763

764-
/// Enable logging to rolling files located in the specified DIRECTORY.
764+
/// Enable logging to files located in the specified DIRECTORY.
765765
#[cfg_attr(
766766
feature = "clap",
767767
arg(long, env, value_name = "DIRECTORY", group = "file_log")

0 commit comments

Comments
 (0)