We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae57ae commit c2fcf64Copy full SHA for c2fcf64
Flow.Launcher.Infrastructure/Logger/Log.cs
@@ -34,7 +34,7 @@ static Log()
34
35
var fileTarget = new FileTarget
36
{
37
- FileName = CurrentLogDirectory.Replace(@"\", "/") + "/Flow.Launcher.${date:format=yyyyMMdd}.log",
+ FileName = CurrentLogDirectory.Replace(@"\", "/") + "/Flow.Launcher.${date:format=yyyy-MM-dd}.log",
38
Layout = layout
39
};
40
0 commit comments