forked from TeamInklings/Octobot
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)
|
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)
|
||||||
|
|
Reference in a new issue