Change logpath to ./tshock/logs by default

This commit is contained in:
Chris 2021-05-14 22:08:32 +09:30
parent 19cc3f9b4c
commit b754f142a1
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ namespace TShockAPI
/// <summary>LogFormat - This is the log format, which is never set again.</summary>
private static string LogFormat = LogFormatDefault;
/// <summary>LogPathDefault - The default log path.</summary>
private const string LogPathDefault = "tshock";
private const string LogPathDefault = "tshock/logs";
/// <summary>This is the log path, which is initially set to the default log path, and then to the config file log path later.</summary>
private static string LogPath = LogPathDefault;
/// <summary>LogClear - Determines whether or not the log file should be cleared on initialization.</summary>