1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 09:09:00 +03:00

Disable the logging of SaveAsync due to spam in the logs (#113)

Closes #112

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-09-22 20:09:22 +03:00 committed by GitHub
parent 81099fad4c
commit d6e1468f3e
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,6 @@ public sealed class GuildDataService : IHostedService
public async Task SaveAsync(CancellationToken ct)
{
_logger.LogInformation("Saving guild data...");
var tasks = new List<Task>();
var datas = _datas.Values.ToArray();
foreach (var data in datas)