Skip to content

Commit

Permalink
Fix wrong logger class for PathConfigMatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrDerb committed Dec 4, 2024
1 parent bc414c5 commit c1b2647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
public class PathConfigMatcher extends PathMatcher<PathConfig> {

private static Logger LOGGER = Logger.getLogger(PolicyEnforcer.class);
private static Logger LOGGER = Logger.getLogger(PathConfigMatcher.class);

private final Map<String, PathConfig> paths;
private final PathCache pathCache;
Expand Down

0 comments on commit c1b2647

Please sign in to comment.