mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix for server error that kills services
This commit is contained in:
parent
865a592e09
commit
599d2fe523
@ -54,7 +54,7 @@ namespace Wabbajack.Server.Services
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogError(ex, ex.ToJson());
|
||||
_logger.LogError(ex, ex.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user