Logging

The sedex Client’s logging is based on the open source logging library named “Logback”.

Normally the logging configuration does not need to be adjusted. However, if you need to change the location, the rotation type or the size of the log files, you can do this in the configuration files according to the logback configuration syntax. You can find the documentation at logback.qos.ch/documentation.html

The logging configuration files can be found in the following folder:

<sedex_home>/conf/logging-configuration/

Every component of the sedex Client has its own logging configuration file in this folder.

  • sedex Controller

    sedex-controller-logging-configuration.xml

  • sedex Adapter

    sedex-messaging-logging-configuration.xml

  • sedex Web Service Proxy

    sedex-wsproxy-logging-configuration.xml