From 9f0c2bccf46fe8f7ac5a2c4b398037fdc0495cab Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 24 Jul 2023 18:08:30 -0400 Subject: [PATCH] "Quote" some README.md paths --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57cefc4363..c808b38bf7 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ Create an `appsettings.Production.yml` file next to `appsettings.yml`. This will - `Session:LowPriorityDeploymentProcesses `: Boolean controlling if DreamMaker and API validation DreamDaemon instances get set to below normal priority processes. -- `FileLogging:Directory`: Override the default directory where server logs are stored. Default is C:/ProgramData/tgstation-server/logs on Windows, /usr/share/tgstation-server/logs otherwise +- `FileLogging:Directory`: Override the default directory where server logs are stored. Default is `C:/ProgramData/tgstation-server/logs` on Windows, `/usr/share/tgstation-server/logs` otherwise - `FileLogging:LogLevel`: Can be one of `Trace`, `Debug`, `Information`, `Warning`, `Error`, or `Critical`. Restricts what is put into the log files. Currently `Debug` is reccommended for help with error reporting.