fix issue #170 which is related to the host user not being part of the Registered Users role
This commit is contained in:
@ -51,7 +51,7 @@ namespace Oqtane.Services
|
||||
log.Level = Enum.GetName(typeof(LogLevel), level);
|
||||
if (exception != null)
|
||||
{
|
||||
log.Exception = JsonSerializer.Serialize(exception);
|
||||
log.Exception = exception.ToString();
|
||||
}
|
||||
log.Message = message;
|
||||
log.MessageTemplate = "";
|
||||
|
Reference in New Issue
Block a user