1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-07 14:36:29 +03:00

Disable the logging of SaveAsync due to spam in the logs

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-09-22 20:04:30 +03:00
parent 81099fad4c
commit b7e6432659
Signed by: mctaylors
GPG key ID: 361D326747B61E65

View file

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