Skip to content

Commit c2fcf64

Browse files
committed
Improve log file format
1 parent 2ae57ae commit c2fcf64

File tree

1 file changed

+1
-1
lines changed
  • Flow.Launcher.Infrastructure/Logger

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Logger/Log.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static Log()
3434

3535
var fileTarget = new FileTarget
3636
{
37-
FileName = CurrentLogDirectory.Replace(@"\", "/") + "/Flow.Launcher.${date:format=yyyyMMdd}.log",
37+
FileName = CurrentLogDirectory.Replace(@"\", "/") + "/Flow.Launcher.${date:format=yyyy-MM-dd}.log",
3838
Layout = layout
3939
};
4040

0 commit comments

Comments
 (0)