diff --git a/src/helma/util/Logging.java b/src/helma/util/Logging.java index 3e2e8c9c..45d04459 100644 --- a/src/helma/util/Logging.java +++ b/src/helma/util/Logging.java @@ -64,7 +64,7 @@ public class Logging extends LogFactory { throw new LogConfigurationException("No logname specified!"); } - if ("console".equals(logdir)) { + if ("console".equals(logdir) && !logname.startsWith("org.mortbay.")) { return getConsoleLog(); } else { return getFileLog(logname);