This commit is contained in:
rootdarkarchon
2023-05-02 02:00:23 +02:00
parent 2b777f94f1
commit 3086d82b40
7 changed files with 92 additions and 61 deletions

View File

@@ -181,7 +181,7 @@ public sealed class PerformanceCollectorService : IHostedService
}
catch (Exception e)
{
_logger.LogDebug(e, "Error removing performance counter {counter}", entries.Key);
_logger.LogWarning(e, "Error removing performance counter {counter}", entries.Key);
}
}
}