APPMAXLOGFILESIZE

Sets the maximum size of application log files (appname.log).

Syntax

APPMAXLOGFILESIZE n

Where n is the file size in bytes:

Description

This parameter enables the user to specify the maximum size for application log files.

Application log files are located in MIDDLEWARE_HOME/user_projects/epmsystem1/diagnostics/logs/essbase/essbase_0/app/appname/appname or in ARBORPATH/app/appname, depending on the value of the DEFAULTLOGLOCATION configuration parameter.

The current log file is appname.log. When maximum log file size is reached, the file is renamed appname.log.n (for example, appname.log.0, appname.log.1, and so on), and a new appname.log file is created.

Example

APPMAXLOGFILESIZE 1500000

Sets the maximum Agent log file size to 1,500,000 bytes.