Skip to content

Commit 107c82d

Browse files
#118 Remove obsolete log consumer configuration property "sectionFinish"
1 parent a9492dd commit 107c82d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Atata.Configuration.Json/LogConsumerJsonSection.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ public class LogConsumerJsonSection : JsonSection
66

77
public LogLevel? MinLevel { get; set; }
88

9-
[Obsolete($"Use {nameof(SectionEnd)} instead.")] // Obsolete since v2.6.0.
10-
public bool? SectionFinish { get; set; }
11-
129
public LogSectionEndOption? SectionEnd { get; set; }
1310

1411
public string MessageNestingLevelIndent { get; set; }

0 commit comments

Comments
 (0)