Customize the configuration files of the Trados GroupShare application services
Note: Before applying any changes to configuration files, ensure to create a backup before performing any changes. This allows you to revert to a previous state.
As an example, for the
TMService.log proceed as follows:
- On the Trados GroupShare server go to: C:\Program Files\SDL\SDL Server\TMService
- Locate the Sdl.TMService.Host.exe.config and open it in a Text/XML editor
- Search for the following string: <target name="logFile" xsi:type="File" fileName="C:\ProgramData\SDL\Service\Logs\TMService.log" archiveAboveSize="100000000" maxArchiveFiles="999"
- Change the attribute values archiveAboveSize="100000000" and maxArchiveFiles="999" e.g. to archiveAboveSize="1000000" (1MB) and maxArchiveFiles="50"
- Save the changes and restart the Trados GroupShare services.
NOTE: This procedure also applies to the other CONFIG files located in
C:\Program Files\SDL\SDL Server\ for the services with the
exception of the following files:
- it does not apply to C:\Program Files\SDL\SDL Server\Universal Editor\assets\Web.config
- it does not apply to C:\Program Files\SDL\SDL Server\Notification Service\Sdl.GroupShare.NotificationService.exe.config