APPMAXLOGFILESIZE

The APPMAXLOGFILESIZE configuration setting enables you to specify the maximum size of Essbase application log files.

Syntax

APPMAXLOGFILESIZE n

n—The file size, in bytes.

  • The minimum application log file size is 1 MB (1048576 bytes). If you specify a value less than the minimum, it is reset to 1 MB.

  • The maximum application log file size is 2 GB (2147482623 bytes). If you specify a value greater than the maximum, it is reset to 2 GB.

  • If no value is specified, the default value of 2 GB (2147482623 bytes) is used.

Description

Essbase writes to the application log named <appname>.log. When maximum log file size is reached, the file is renamed with incremental numbers at the end: <appname>.log.<n> (for example, Sample.log.0, Sample.log.1, and so on), and a new <appname>.log file is created.

Example

APPMAXLOGFILESIZE 1500000

Sets the maximum application log file size to 1500000 bytes.