You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

To enable extended logging in the downloaded product do the following:


  • Go to main directory of the installed Odysseus.
  • Go to: plugins
  • Go to: de.uniol.inf.is.odysseus.slf4j_1.0.0
  • open File: log4j.properties
  • find line:
log4j.rootLogger=DEBUG, default
  • Change to:
log4j.rootLogger=DEBUG, default, default2
  • Remark: If the line is ERROR, default, change also to DEBUG, default, default2
  • Now in your Odysseus start directory after running Odysseus a new file output.log is created where further logging information can be found.


Remark: Possible you have to add the following lines, too:

log4j.appender.default2=org.apache.log4j.FileAppender
log4j.appender.default2.threshold=DEBUG
log4j.appender.default2.file=output.log



Add the following file to you working directory of Odysseus to see further error messages.

.options

  • No labels