9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-21 07:49:18 +00:00

update logger names

This commit is contained in:
NONPLAYT
2025-03-31 18:05:54 +03:00
parent 6306fb5bf5
commit d889303dce
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ import org.bxteam.divinemc.DivineConfig;
import java.util.Map;
public class PufferfishSentryAppender extends AbstractAppender {
private static final org.apache.logging.log4j.Logger LOGGER = LogManager.getLogger(PufferfishSentryAppender.class.getSimpleName());
private static final org.apache.logging.log4j.Logger LOGGER = LogManager.getLogger("PufferfishSentryAppender");
private static final Gson GSON = new Gson();
private final Level logLevel;

View File

@@ -7,7 +7,7 @@ import org.apache.logging.log4j.Logger;
import org.bxteam.divinemc.DivineConfig;
public class SentryManager {
private static final Logger LOGGER = LogManager.getLogger(SentryManager.class);
private static final Logger LOGGER = LogManager.getLogger("SentryManager");
private static boolean initialized = false;
private SentryManager() {