Fix for server error that kills services

This commit is contained in:
Timothy Baldridge 2020-09-02 20:41:42 -06:00
parent 865a592e09
commit 599d2fe523

View File

@ -54,7 +54,7 @@ namespace Wabbajack.Server.Services
}
catch (Exception ex)
{
_logger.LogError(ex, ex.ToJson());
_logger.LogError(ex, ex.ToString());
}
}