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 e3b3283 commit 0773816Copy full SHA for 0773816
crates/stackable-telemetry/src/tracing/mod.rs
@@ -782,7 +782,7 @@ pub struct TelemetryOptions {
782
#[cfg_attr(feature = "clap", arg(long, env, group = "console_log"))]
783
pub console_log_disabled: bool,
784
785
- /// Console log format
+ /// Console log format.
786
#[cfg_attr(
787
feature = "clap",
788
arg(long, env, group = "console_log", default_value_t)
0 commit comments