We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e65fed commit d40fac6Copy full SHA for d40fac6
1 file changed
GameFrameX.Config/ConfigComponent.cs
@@ -21,11 +21,10 @@ private ConfigComponent()
21
public async Task LoadConfig()
22
{
23
Tables.Init(Instance);
24
- LogHelper.Info("Load Config Start...");
+ LogHelper.Debug("Load Config Start...");
25
Instance.RemoveAllConfigs();
26
await Tables.LoadAsync(Loader);
27
- LogHelper.Info("Load Config End...");
28
- LogHelper.Info("== load success ==");
+ LogHelper.Debug("Load Config End...");
29
}
30
31
private static async Task<ByteBuf> Loader(string file, bool tag)
0 commit comments