Reduce logging by making the user repo update message a debug log message
This commit is contained in:
parent
81373b7614
commit
f71349b378
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ namespace Geekbot.Core.UserRepository
|
|||
|
||||
await _database.SaveChangesAsync();
|
||||
|
||||
_logger.Information(LogSource.UserRepository, "Updated User", savedUser);
|
||||
_logger.Debug(LogSource.UserRepository, "Updated User", savedUser);
|
||||
await Task.Delay(500);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue