We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7a5da commit bb3ac13Copy full SHA for bb3ac13
Framework/Intersect.Framework.Core/Configuration/ClientConfiguration.cs
@@ -4,7 +4,6 @@
4
using Intersect.Utilities;
5
using Microsoft.Extensions.Logging;
6
using Newtonsoft.Json;
7
-using Newtonsoft.Json.Converters;
8
9
namespace Intersect.Configuration;
10
@@ -260,7 +259,6 @@ public void Validate()
260
259
#region Hidden Properties
261
262
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Ignore)]
263
- [JsonConverter(typeof(StringEnumConverter))]
264
[DefaultValue(LogLevel.Information)]
265
public LogLevel LogLevel { get; set; } = LogLevel.Information;
266
0 commit comments