Fixed orphaned processes and added logging
This commit is contained in:
parent
17fc911290
commit
cd2eb8de9d
6 changed files with 177 additions and 46 deletions
|
|
@ -11,3 +11,4 @@ class Config:
|
|||
SERVER_RCON_PASSWORD: str | None = data.get("SERVER_RCON_PASSWORD")
|
||||
MAINTAINANCE_FILE = data.get("MAINTAINANCE_FILE") or "maintainance.txt"
|
||||
LOG_FILE = data.get("LOG_FILE") or "logs.txt"
|
||||
MINECRAFTD_LOGS = data.get("MINECRAFTD_LOGS") or "debug.log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue