Setting a log location for your microservice

By default, Content Delivery microservices write their log files to a folder called c:/SDLWeb/log/. Set a proper location in the Logback configuration file for your microservice, logback.xml.

Procedure

  1. In the configuration directory of the microservice, 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.