Configuration of Log4j Properties File

Mainframe WebUI uses log4j to handle message logging.

The default locations are as follows:
  • Log Files: TIBCO_HOME\mainframe\WebUI\version\server\logs
  • The Log4j Properties File: TIBCO_HOME\mainframe\WebUI\version\server\webapps\MF_WebUI\WEB-INF\classes

The default logger run time properties are as follows. Even though it is not recommended to change these properties, you can do so according to your requirements.

To make a change, choose one of the following options:
  • If you want to alter the number of files, change line 4 from 5 to the number of files you require.
  • If you want to alter the max size of each log file, change line 3 from 1000KB to a size you require.
  • If you want to alter level of message reporting on console, change line 16 to comment and uncomment only one of lines 13 to 15.
Note: #’ in first char of a line makes it a comment.