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 23820e1 commit 23b7073Copy full SHA for 23b7073
crates/stackable-telemetry/src/tracing/mod.rs
@@ -761,7 +761,7 @@ pub struct TelemetryOptions {
761
#[cfg_attr(feature = "clap", arg(long, env))]
762
pub console_log_disabled: bool,
763
764
- /// Enable logging to rolling files located in the specified DIRECTORY.
+ /// Enable logging to files located in the specified DIRECTORY.
765
#[cfg_attr(
766
feature = "clap",
767
arg(long, env, value_name = "DIRECTORY", group = "file_log")
0 commit comments