Skip to content

Commit bb3ac13

Browse files
committed
Revert "fix log level not being serialized as a string in ClientConfiguration"
This reverts commit 49f0403.
1 parent 3b7a5da commit bb3ac13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Framework/Intersect.Framework.Core/Configuration/ClientConfiguration.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using Intersect.Utilities;
55
using Microsoft.Extensions.Logging;
66
using Newtonsoft.Json;
7-
using Newtonsoft.Json.Converters;
87

98
namespace Intersect.Configuration;
109

@@ -260,7 +259,6 @@ public void Validate()
260259
#region Hidden Properties
261260

262261
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Ignore)]
263-
[JsonConverter(typeof(StringEnumConverter))]
264262
[DefaultValue(LogLevel.Information)]
265263
public LogLevel LogLevel { get; set; } = LogLevel.Information;
266264

0 commit comments

Comments
 (0)