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:
@@ -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;
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user