Changing the default log location of the Transport Service
By default, the Transport Service (which takes care of transporting content out of Content Manager for publishing) is configured to produce logs in the bin\logs\ subfolder of %TRIDION_HOME%. If you want to change this default, modify it in the Logback configuration file.
Procedure
- On the Content Manager server, go to the config\ subfolder of
%TRIDION_HOME%. - Open logback.xml for editing.
- Find the
propertyelement with itsnameattribute set tolog.folder. Thevalueattribute has the default value./logs, which resolves to the bin\logs\ subfolder of%TRIDION_HOME%. - Set the value of the
valueattribute to a (relative or absolute) folder location of your choice. - Save and close logback.xml.