|
|
@@ -64,7 +64,7 @@ public partial class Configuration : ThemableWindow
|
|
|
CoreUtils.RegisterClasses(typeof(Configuration).Assembly);
|
|
|
|
|
|
Logger.OnLog += MainLogger.Send;
|
|
|
- MainLogger.AddLogger(new LogFileLogger(CoreUtils.GetPath()));
|
|
|
+ MainLogger.AddLogger(new LogFileLogger(CoreUtils.GetPath(), false));
|
|
|
|
|
|
Logger.Send(LogType.Information, "", string.Format("Config Path: {0}", CoreUtils.GetPath()));
|
|
|
|