Java log4j2 logger levels aren't being followed
问题 So I'm trying to learn log4j2 and wrap my head around the loggers and their levels and parental propagation. Currently my source hierarchy runs is: ├── main │ ├── java │ │ └── calculatorMain │ │ ├── Main.java │ │ ├── someClass2.java │ │ └── someClass1.java │ └── resources │ ├── Excels │ │ └── TestExcel.xlsx │ ├── FXMLs │ │ └── mainWindow.fxml │ └── log4j2.xml and my calculatorMain is: Public class Main extends Application { private static final String mainWindow = //FXML stuff private static