diff --git a/dsc_lib/src/dscresources/command_resource.rs b/dsc_lib/src/dscresources/command_resource.rs index 7b9c6061..3a9b738f 100644 --- a/dsc_lib/src/dscresources/command_resource.rs +++ b/dsc_lib/src/dscresources/command_resource.rs @@ -921,6 +921,8 @@ struct Trace { level: TraceLevel, fields: Fields, target: Option, + // `tracing` crate uses snake_case, but we can allow for camelCase to be consistent with JSON + #[serde(alias = "lineNumber")] line_number: Option, #[serde(rename = "span")] _span: Option>,