diff --git a/support/aphlict/server/aphlict_server.js b/support/aphlict/server/aphlict_server.js --- a/support/aphlict/server/aphlict_server.js +++ b/support/aphlict/server/aphlict_server.js @@ -69,8 +69,8 @@ } // Add the logfile so we'll fail if we can't write to it. -if (config.logfile) { - debug.addLogfile(config.logfile); +if (config.log) { + debug.addLogfile(config.log); } // If we're just doing a configuration test, exit here before starting any