Skip to content

Commit d8be2ac

Browse files
committed
fix: 将LogOptions.Default.LogType改为LogTagName以更准确描述用途
1 parent 849b78e commit d8be2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GameFrameX.StartUp/GameApp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public static async Task Entry(string[] args, Action initAction, Action<LogOptio
133133
LogHelper.Info($"the type of server that is launched : {serverType}");
134134
}
135135

136-
LogOptions.Default.LogType = serverType;
136+
LogOptions.Default.LogTagName = serverType;
137137
LogOptions.Default.GrafanaLokiLabels = new Dictionary<string, string>();
138138

139139
if (launcherOptions != null)

0 commit comments

Comments
 (0)