For logging to work, you need to set the following JVM options:
HOSTNAME
and LOGPATH
as their values are used to determine the path of the log files "LOGPATH/logs/textmining_api_callback_manager-HOSTNAME.log".
- Since this is a Spring Boot project, you can start it by running the main method of the
TextminingApiCallbackManagerApplication
class.