Hi Madhurima, > Sorry for my ignorance,can you please tell me how to run Matterhorn > in debug mode.
Matterhorn uses a standardized logging package. If you go into /opt/matterhorn/felix/conf/services and change the file org.ops4j.pax.logging.properties you can change the level of logging (by default these logs go to /opt/matterhorn/felix/logs). The ops4j website will have more info on this, but if you change the line: log4j.logger.org.opencastproject=INFO to: log4j.logger.org.opencastproject=DEBUG You should be good to go (and you will see your log files get much larger). Regards, Chris -- Christopher Brooks, BSc, MSc ARIES Laboratory, University of Saskatchewan Web: http://www.cs.usask.ca/~cab938 Phone: 1.306.966.1442 Mail: Advanced Research in Intelligent Educational Systems Laboratory Department of Computer Science University of Saskatchewan 176 Thorvaldson Building 110 Science Place Saskatoon, SK S7N 5C9 _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
