Remove exception logging and finish LogWarning
This commit is contained in:
@@ -118,7 +118,7 @@ namespace Umbraco.Web.Common.Install
|
||||
if (_reported && _reportedLevel == level) return;
|
||||
_reported = true;
|
||||
_reportedLevel = level;
|
||||
logger.LogWarning(typeof(UmbracoInstallApplicationBuilderExtensions), message);
|
||||
logger.LogWarning(message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user