Skip to content

Commit 935012f

Browse files
committed
chore(stackable-telemetry): add missing docs
1 parent de8bbdc commit 935012f

File tree

1 file changed

+3
-0
lines changed
  • crates/stackable-telemetry/src/tracing/settings

1 file changed

+3
-0
lines changed

crates/stackable-telemetry/src/tracing/settings/file_log.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ use super::{Settings, SettingsToggle};
77
/// Configure specific settings for the File Log subscriber.
88
#[derive(Debug, Default, PartialEq)]
99
pub enum FileLogSettings {
10+
/// File Log subscriber disabled.
1011
#[default]
1112
Disabled,
13+
14+
/// File Log subscriber enabled.
1215
Enabled {
1316
/// Common subscriber settings that apply to the File Log Subscriber.
1417
common_settings: Settings,

0 commit comments

Comments
 (0)