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 de8bbdc commit 935012fCopy full SHA for 935012f
crates/stackable-telemetry/src/tracing/settings/file_log.rs
@@ -7,8 +7,11 @@ use super::{Settings, SettingsToggle};
7
/// Configure specific settings for the File Log subscriber.
8
#[derive(Debug, Default, PartialEq)]
9
pub enum FileLogSettings {
10
+ /// File Log subscriber disabled.
11
#[default]
12
Disabled,
13
+
14
+ /// File Log subscriber enabled.
15
Enabled {
16
/// Common subscriber settings that apply to the File Log Subscriber.
17
common_settings: Settings,
0 commit comments