mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Fix log spam from EF Core
This commit is contained in:
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…
Reference in New Issue
Block a user