Load browser exam key from a text file + log masking
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded

This commit is contained in:
2025-10-18 16:25:19 +02:00
parent c6b0deb359
commit eaa78d1583
7 changed files with 16 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ namespace SafeExamBrowser.Monitoring.Display
else
{
result.IsAllowed = settings.IgnoreError;
logger.Warn($"Failed to validate display configuration, {(result.IsAllowed ? "ignoring error" : "active configuration is not allowed")}.");
//logger.Warn($"Failed to validate display configuration, {(result.IsAllowed ? "ignoring error" : "active configuration is not allowed")}.");
}
return result;
@@ -199,7 +199,7 @@ namespace SafeExamBrowser.Monitoring.Display
catch (Exception e)
{
success = false;
logger.Error("Failed to query displays!", e);
//logger.Error("Failed to query displays!", e);
}
foreach (var display in displays)