Skip to content

Commit

Permalink
Cleanup publishers
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Feb 10, 2024
1 parent 3c8c3cb commit 484e91c
Show file tree
Hide file tree
Showing 13 changed files with 513 additions and 102 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/io/jstach/rainbowgum/LevelResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public ConfigLevelResolver(LogProperties properties) {
.map(Level::valueOf);

public @Nullable Level levelOrNull(String name) {
return levelExtractor.property(name).get(properties).valueOrNull();
return levelExtractor.build(name).get(properties).valueOrNull();
}

}
Loading

0 comments on commit 484e91c

Please sign in to comment.