Skip to content

Commit bdb3808

Browse files
committed
Allow new log levels in Start-EditorServices.ps1
C
1 parent 3a429ea commit bdb3808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/PowerShellEditorServices/Start-EditorServices.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ param(
4646
[ValidateNotNullOrEmpty()]
4747
$LogPath,
4848

49-
[ValidateSet("Diagnostic", "Verbose", "Normal", "Warning", "Error")]
49+
[ValidateSet(("Diagnostic", "Verbose", "Normal") + ("Trace", "Debug", "Information", "Warning", "Error", "Critical", "None"))]
5050
$LogLevel,
5151

5252
[ValidateNotNullOrEmpty()]

0 commit comments

Comments
 (0)