mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-19 21:58:10 +00:00
Issue #113: Changed extension of logging files to *.log
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user