Remove LogToFile

Logging to file is now always enabled (unless running as a service). For advanced logging configuration https://github.com/JustArchi/ArchiSteamFarm/wiki/Logging is available
This commit is contained in:
JustArchi
2016-07-07 22:35:05 +02:00
parent 123b2c82fb
commit bdc3d07720
4 changed files with 9 additions and 18 deletions

View File

@@ -104,9 +104,6 @@ namespace ConfigGenerator {
[JsonProperty(Required = Required.DisallowNull)]
public ushort WCFPort { get; set; } = DefaultWCFPort;
[JsonProperty(Required = Required.DisallowNull)]
public bool LogToFile { get; set; } = true;
[JsonProperty(Required = Required.DisallowNull)]
public bool Statistics { get; set; } = true;