APPMAXLOGFILESIZE

This Essbase configuration setting specifies the maximum size of application log files (appname.log).

Syntax

APPMAXLOGFILESIZE n

n—Specifies the file size in bytes.

  • Minimum file size is 1 MB (1048576 bytes). User-specified values less than the minimum are not recognized and are reset to 1 MB.

  • Maximum file size is 2 GB (2147482623 bytes). User-specified values greater than the maximum are not recognized and are reset to 2 GB.

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

Description

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

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 application log file size to 1500000 bytes.