restructuring producer startpage
[mir.git] / source / mircoders / input / XmlInputParser.java
index 3d851b7..14cc087 100755 (executable)
@@ -41,10 +41,12 @@ public class XmlInputParser {
     if (!logDir.exists()) {
       logDir.mkdir();
     }
-    logger = Logfile.getInstance(args[0] + "LOG/xml.log");
+    logger = Logfile.getInstance("Inputlog");
     XmlInputParser xmlInputParser = new XmlInputParser();
     //get the config-file
-    Configuration.initConfig("config");
+    /* Commented out for now since it seems unused and need more
+     * info regarding it. Marc Heckmann <heckmann@hbe.ca>
+    MirConfig.initConfig("config"); */
     //parse the xml-files in the given directory
     xmlInputParser.parse(args[0]);
     // stop freemarker templateCache (cracy)