diff --git a/src/main/java21/com/github/gotson/nightcompress/PropertyUtils.java b/src/main/java21/com/github/gotson/nightcompress/PropertyUtils.java index bdeed8b..e00dd95 100644 --- a/src/main/java21/com/github/gotson/nightcompress/PropertyUtils.java +++ b/src/main/java21/com/github/gotson/nightcompress/PropertyUtils.java @@ -7,7 +7,7 @@ import java.util.function.Function; class PropertyUtils { - private static final Logger LOGGER = LoggerFactory.getLogger(Archive.class); + private static final Logger LOGGER = LoggerFactory.getLogger(PropertyUtils.class); static T getPropertyAs(String key, Function function, T defaultValue) { Objects.requireNonNull(defaultValue, "default value must not be null");