Skip to content

Commit

Permalink
Merge pull request quarkusio#5894 from debae/Remove-unused-property-m…
Browse files Browse the repository at this point in the history
…inLevel-from-CategoryConfig

Remove the unused property minLevel from CategoryConfig
  • Loading branch information
dmlloyd authored Dec 1, 2019
2 parents 02c8d4e + a4bcda1 commit f0d665b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
@ConfigGroup
public class CategoryConfig {

/**
* The minimum level that this category can be set to
*/
@ConfigItem(defaultValue = "inherit")
String minLevel;

/**
* The log level level for this category
*/
Expand Down

0 comments on commit f0d665b

Please sign in to comment.