fix: Fixes structured logging (#1043)
- [X] Fixes various bugs in logging.
This commit is contained in:
parent
78bb4f4bb2
commit
6e69d25e33
31 changed files with 96 additions and 102 deletions
|
|
@ -217,7 +217,7 @@ public static class ServerConfiguration
|
|||
|
||||
if (File.Exists(m_FilePath))
|
||||
{
|
||||
logger.Information($"Reading server configuration from {_relPath}...");
|
||||
logger.Information("Reading server configuration from {Path}...", _relPath);
|
||||
m_Settings = JsonConfig.Deserialize<ServerSettings>(m_FilePath);
|
||||
|
||||
if (m_Settings == null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue