Skip to content

Commit d40fac6

Browse files
committed
[修改]1. 修改配置的日志打印
1 parent 1e65fed commit d40fac6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

GameFrameX.Config/ConfigComponent.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ private ConfigComponent()
2121
public async Task LoadConfig()
2222
{
2323
Tables.Init(Instance);
24-
LogHelper.Info("Load Config Start...");
24+
LogHelper.Debug("Load Config Start...");
2525
Instance.RemoveAllConfigs();
2626
await Tables.LoadAsync(Loader);
27-
LogHelper.Info("Load Config End...");
28-
LogHelper.Info("== load success ==");
27+
LogHelper.Debug("Load Config End...");
2928
}
3029

3130
private static async Task<ByteBuf> Loader(string file, bool tag)

0 commit comments

Comments
 (0)