Customising Log Folders
By default, the TAFJ and Temenos Transact logs are saved under <TAFJ_HOME>/log. But, you can override this behavior by using certain properties. This section shows you how to customise your default TAFJ log folders.
Set the following property through JVM argument using the appserver mode:
-Dtemenos.log.directory=path_to_your_custom_log_folder
You can also set the above property through environment variables (standalone mode tafj shell) as follows:
- For Linux - export temenos_log_directory=path_to_your_custom_log_directory
- For Windows - set temenos.log.directory=path_to_your_custom_log_directory
- For Linux - export temenos_log_directory=
- For Windows - set temenos.log.directory=
In this topic