mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:57:22 +01:00
Merge branch 'main' of https://github.com/Penumbra-Sync/server
This commit is contained in:
commit
450455fb38
1 changed files with 2 additions and 0 deletions
|
|
@ -118,6 +118,8 @@ public partial class MareHub : Hub<IMareHub>, IMareHub
|
|||
try
|
||||
{
|
||||
_logger.LogCallInfo(MareHubLogger.Args(_contextAccessor.GetIpAddress(), UserCharaIdent));
|
||||
if (exception != null)
|
||||
_logger.LogCallWarning(MareHubLogger.Args(_contextAccessor.GetIpAddress(), exception.Message, exception.StackTrace));
|
||||
|
||||
await RemoveUserFromRedis().ConfigureAwait(false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue