We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80022d1 commit a7cff04Copy full SHA for a7cff04
1 file changed
Commands/EnableLogFileCommand.cs
@@ -14,7 +14,7 @@ public class EnableLogFileCommand : PSCmdlet
14
private LogFile inputObject;
15
private string path;
16
private StreamType streams = StreamType.All;
17
- private string dateTimeFormat;
+ private string dateTimeFormat = "r";
18
19
#region Parameters
20
0 commit comments