Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dsc/docs-conceptual/dsc-3.0/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The following list shows the valid message levels from highest to lowest level.
set to any value in the list, DSC emits messages at that level and above.

- `error`
- `warning` (default)
- `warn` (default)
- `info`
- `debug`
- `trace`
Expand All @@ -98,8 +98,8 @@ lower log level.
```yaml
Type : string
Mandatory : false
DefaultValue : warning
ValidValues : [error, warning, info, debug, trace]
DefaultValue : warn
ValidValues : [error, warn, info, debug, trace]
LongSyntax : --trace-level <TRACE_LEVEL>
ShortSyntax : -l <TRACE_LEVEL>
```
Expand Down
Loading