Skip to content

Commit

Permalink
feedback 1_4
Browse files Browse the repository at this point in the history
  • Loading branch information
anmenaga committed Oct 23, 2024
1 parent 24407b7 commit 36592fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsc/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ pub const DSC_TRACE_LEVEL: &str = "DSC_TRACE_LEVEL";

#[derive(Deserialize)]
pub struct TracingSetting {
/// Trace level to use - see pub enum `TraceLevel` in dsc_lib\src\dscresources\command_resource.rs
/// Trace level to use - see pub enum `TraceLevel` in `dsc_lib\src\dscresources\command_resource.rs`
level: TraceLevel,
/// Trace format to use - see pub enum `TraceFormat` in dsc\src\args.rs
/// Trace format to use - see pub enum `TraceFormat` in `dsc\src\args.rs`
format: TraceFormat,
/// Whether the 'level' can be overrridden by `DSC_TRACE_LEVEL` environment variable
#[serde(rename = "allowOverride")]
Expand Down

0 comments on commit 36592fb

Please sign in to comment.