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

@ -41,7 +41,7 @@ namespace TShockAPI.Configuration
/// <summary>The path to the directory where logs should be written to.</summary>
[Description("The path to the directory where logs should be written to.")]
public string LogPath = "tshock";
public string LogPath = "tshock/logs";
/// <summary>Whether or not the server should output debug level messages related to system operation.</summary>
[Description("Whether or not the server should output debug level messages related to system operation.")]