Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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:

Code Block

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 so see further error messages.

...