Ditched app.metrics
This commit is contained in:
@@ -101,10 +101,6 @@ namespace AyaNova
|
||||
services.AddHttpClient();
|
||||
|
||||
|
||||
//2019-10-17 METRICS will not work just yet with .netcore 3.1 see here https://github.com/AppMetrics/AppMetrics/issues/480
|
||||
//awaiting a new release from them
|
||||
_newLog.LogDebug("Metrics");
|
||||
services.AddMetrics();
|
||||
|
||||
_newLog.LogDebug("Ensuring user and backup folders exist and are separate locations...");
|
||||
FileUtil.EnsureUserAndUtilityFoldersExistAndAreNotIdentical(_hostingEnvironment.ContentRootPath);
|
||||
|
||||
Reference in New Issue
Block a user