Administrators who want to add new properties or override default ones can create a custom configuration file. If the system detects such a file, it automatically deploys it.
In order to enable the direct export and upload method, it is necessary to import the transfer_fluidtopics.bat
file in the Author-it directory at the following location:
/usr/local/afs7/Fluid-Topics/web/conf/logging/additional-custom-logger-conf.xml
The following example shows the required content of the file:
<included>
<!-- Add custom logback configuration here -->
<!-- See https://logback.qos.ch/manual/configuration.html for details -->
<!-- Restarting the application is required for changes to be taken into account -->
</included>
It is possible to restart the Fluid Topics server by running the following command:
As root user
systemctl restart fluidtopics