mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 00:19: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:
parent
81099fad4c
commit
d6e1468f3e
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue