Configuring a log location for the Context Service client

By default, the Context Service client writes its log files to a logs/ subfolder of the microservice. If you want, you can override this default in the Logback configuration file, logback.xml.

Procedure

  1. In the configuration directory of the Context Service client, open logback.xml for editing.
  2. Find the property element with its name attribute set to log.folder.
  3. Set its value attribute to a folder of your choice. You must have write access to this folder.
  4. Save and close logback.xml.