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

Compare with Current View Page History

« Previous Version 18 Current »

Odysseus uses slf4j with logback. In odysseus_dev there is org.slf4j.api.feature. Here are different files defined that can be used to configure logging

Default is logback.xml which will print only information, warnings and errors. A more detailed information can be get with using debug and even more with trace. The versions with .file. inside print the log output to a file that in configured here.

To change the default behaviour there are two ways:

  • You can rename one of the files to logback.xml
  • You can define the logback config in the product files.

To enable other logging levels in docker

use the environment variable logback.configurationFile, e.g. logback.configurationFile=logback.debug.xml 

Does not work at the moment. Use special docker images instead.

Further Error Messages

Add the following file to you working directory of Odysseus to see further error messages. If you run inside eclipse, this file needs to be in the start folder of eclipse.

.options





  • No labels