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 eb61dcc commit 367580cCopy full SHA for 367580c
crates/stackable-telemetry/src/tracing/mod.rs
@@ -221,6 +221,13 @@ pub enum Error {
221
///
222
/// ## Environment Variables and CLI Arguments
223
224
+/// <div class="warning">
225
+///
226
+/// It should be noted that the CLI arguments (listed in parentheses) are only available when the
227
+/// `clap` feature is enabled.
228
229
+/// </div>
230
231
/// ### Console logs
232
233
/// - `CONSOLE_LOG_DISABLED` (`--console-log-disabled`): Disables console logs when set to `true`.
0 commit comments