Fix log spam from EF Core

pull/3533/head
Patrick Barron 5 years ago
parent 3e53eb1cde
commit 3cca8db905

@ -296,7 +296,7 @@ namespace Emby.Server.Implementations.Session
}
catch (DbUpdateConcurrencyException e)
{
_logger.LogWarning(e, "Error updating user's last activity date.");
_logger.LogDebug(e, "Error updating user's last activity date.");
}
}
}

Loading…
Cancel
Save