Configuring a log location for the Context Service client
By default, the Context Service client writes its log files to a folder called c:/SDLWeb/log/. Set a proper location in the Logback configuration file, logback.xml.
Procedure
- In the configuration directory of the Context Service client, open
logback.xmlfor editing. - Find the
propertyelement with itsnameattribute set tolog.folder. - Set its
valueattribute to a folder of your choice. You must have write access to this folder. - Save and close logback.xml.