Skip to content

Commit a6d5d65

Browse files
authored
chore: Update RotationPeriod variant casing to snake_case (#1011)
1 parent 2822a3a commit a6d5d65

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-telemetry/src/tracing

1 file changed

+1
-1
lines changed

crates/stackable-telemetry/src/tracing/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ pub struct TelemetryOptions {
797797
/// Supported periods when the log file is rolled over.
798798
#[cfg_attr(feature = "clap", derive(clap::ValueEnum))]
799799
#[derive(Clone, Debug, Default, PartialEq, Eq, strum::Display, strum::EnumString)]
800-
#[strum(serialize_all = "PascalCase")]
800+
#[strum(serialize_all = "snake_case")]
801801
#[allow(missing_docs)]
802802
pub enum RotationPeriod {
803803
Minutely,

0 commit comments

Comments
 (0)