diff --git a/Ghidra/Debug/Framework-Debugging/src/main/java/ghidra/dbg/agent/AgentWindow.java b/Ghidra/Debug/Framework-Debugging/src/main/java/ghidra/dbg/agent/AgentWindow.java index 6cf4961152..e35f283c5d 100644 --- a/Ghidra/Debug/Framework-Debugging/src/main/java/ghidra/dbg/agent/AgentWindow.java +++ b/Ghidra/Debug/Framework-Debugging/src/main/java/ghidra/dbg/agent/AgentWindow.java @@ -53,7 +53,7 @@ public class AgentWindow extends JFrame implements WindowListener, LogListener { setMinimumSize(new Dimension(400, 300)); setVisible(true); - System.setProperty("log4j.configuration", "agent.log4j.xml"); + System.setProperty("log4j.configurationFile", "agent.log4j.xml"); LoggingInitialization.initializeLoggingSystem(); LoggerContext ctx = (LoggerContext) LogManager.getContext(false); Configuration config = ctx.getConfiguration();