Skip to content

Commit e7f9c0a

Browse files
committed
不写入内容时,执行时间十分长
Run wmf2svg process Cost 179ms
1 parent 2c2a9b6 commit e7f9c0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/MediaConverters/MediaConverters.Tool

src/MediaConverters/MediaConverters.Tool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static async Task<int> Main(string[] args)
4444
OutputFile = outputFile,
4545

4646
ShouldLogToConsole = true,
47-
ShouldLogToFile = true,
47+
ShouldLogToFile = false,
4848
});
4949
}
5050

0 commit comments

Comments
 (0)