We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f338a9 commit a7d38b8Copy full SHA for a7d38b8
1 file changed
src/main/java/pro/cloudnode/smp/smpcore/CachedProfile.java
@@ -42,7 +42,8 @@ public record CachedProfile(@NotNull UUID uuid, @NotNull String name, @NotNull D
42
.connectTimeout(Duration.ofSeconds(15))
43
.build();
44
45
- private static final @NotNull Logger logger = Logger.getLogger("ProfileCache");
+ private static final @NotNull Logger logger = Logger
46
+ .getLogger(SMPCore.getInstance().getLogger().getName() + "/ProfileCache");
47
48
static {
49
logger.setParent(SMPCore.getInstance().getLogger());
0 commit comments