diff --git a/Core/Resgrid.Config/ExternalErrorConfig.cs b/Core/Resgrid.Config/ExternalErrorConfig.cs index 42ba47175..dbb229c72 100644 --- a/Core/Resgrid.Config/ExternalErrorConfig.cs +++ b/Core/Resgrid.Config/ExternalErrorConfig.cs @@ -34,7 +34,8 @@ public static class ExternalErrorConfig public enum ErrorLoggerTypes { - Elk, - Sentry + Elk, // No longer supported + Sentry, + Console } } diff --git a/Core/Resgrid.Config/SystemBehaviorConfig.cs b/Core/Resgrid.Config/SystemBehaviorConfig.cs index 11d8586f9..8d08ba6fb 100644 --- a/Core/Resgrid.Config/SystemBehaviorConfig.cs +++ b/Core/Resgrid.Config/SystemBehaviorConfig.cs @@ -47,7 +47,8 @@ public static class SystemBehaviorConfig /// public static HashSet BypassDoNotBroadcastDepartments = new HashSet() { - 1 + 1, +// 2104 }; /// @@ -104,7 +105,7 @@ public static class SystemBehaviorConfig /// /// Sets the type of External error and logging provider for the system to use /// - public static ErrorLoggerTypes ErrorLoggerType = ErrorLoggerTypes.Elk; + public static ErrorLoggerTypes ErrorLoggerType = ErrorLoggerTypes.Console; /// /// Sets the type of outbound email server or provider to use