Log file names

The corresponding log file name for an appender has a default value. However, when the file is created in the designated folder, the default file name is prefixed with the host name of the application server. The default file name is also prefixed with the server name of the system.

Example

The name of the log file of the Rolling appender is maximo.log. If the host name is acme and the server name of the system is MXServer, the file name is acme_MXServer_maximo.log. The server name is obtained from the value specified in the maximo.properties file that is part of the Enterprise Application Archive (EAR).



Feedback