Skip to content

Commit a7cff04

Browse files
committed
Add default DateTimeFormat to Enable-LogFile cmdlet
1 parent 80022d1 commit a7cff04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Commands/EnableLogFileCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class EnableLogFileCommand : PSCmdlet
1414
private LogFile inputObject;
1515
private string path;
1616
private StreamType streams = StreamType.All;
17-
private string dateTimeFormat;
17+
private string dateTimeFormat = "r";
1818

1919
#region Parameters
2020

0 commit comments

Comments
 (0)