mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Nullify FileLoggingConfiguration
This commit is contained in:
@@ -7,8 +7,6 @@ using Newtonsoft.Json.Converters;
|
||||
using Tgstation.Server.Host.IO;
|
||||
using Tgstation.Server.Host.System;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Tgstation.Server.Host.Configuration
|
||||
{
|
||||
/// <summary>
|
||||
@@ -24,7 +22,7 @@ namespace Tgstation.Server.Host.Configuration
|
||||
/// <summary>
|
||||
/// Where log files are stored.
|
||||
/// </summary>
|
||||
public string Directory { get; set; }
|
||||
public string? Directory { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// If file logging is disabled.
|
||||
|
||||
Reference in New Issue
Block a user