Skip to content

Commit 07c1ae2

Browse files
authored
Merge pull request #407 from MicrosoftDocs/main
5/20/2026 Publishing
2 parents b611f92 + 564f227 commit 07c1ae2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • dsc/docs-conceptual/dsc-3.0/reference/cli

dsc/docs-conceptual/dsc-3.0/reference/cli/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following list shows the valid message levels from highest to lowest level.
8181
set to any value in the list, DSC emits messages at that level and above.
8282

8383
- `error`
84-
- `warning` (default)
84+
- `warn` (default)
8585
- `info`
8686
- `debug`
8787
- `trace`
@@ -98,8 +98,8 @@ lower log level.
9898
```yaml
9999
Type : string
100100
Mandatory : false
101-
DefaultValue : warning
102-
ValidValues : [error, warning, info, debug, trace]
101+
DefaultValue : warn
102+
ValidValues : [error, warn, info, debug, trace]
103103
LongSyntax : --trace-level <TRACE_LEVEL>
104104
ShortSyntax : -l <TRACE_LEVEL>
105105
```

0 commit comments

Comments
 (0)