Less spam

This commit is contained in:
Loporrit
2024-01-15 22:47:54 +00:00
parent 8cf4f50091
commit e8d99a0d17
2 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ internal class DiscordBot : IHostedService
{
using (var scope = _services.CreateScope())
{
_logger.LogInformation("Checking for Profile Reports");
_logger.LogTrace("Checking for Profile Reports");
var dbContext = scope.ServiceProvider.GetRequiredService<MareDbContext>();
if (!dbContext.UserProfileReports.Any())
{