Issue #113: Changed extension of logging files to *.log

This commit is contained in:
vdemydiuk
2018-05-08 16:44:57 +03:00
parent 6023bffed6
commit 28816a75ac
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ namespace MTApiService
public class LogConfigurator
{
private const string LogFileNameExtension = "txt";
private const string LogFileNameExtension = "log";
public static void Setup(string profileName)
{