Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


8.4.4 Log file-dependent parameters

The table below lists the parameters that depend on the log files.

Bold typeface indicates a required parameter.

Table 8‒5: Log file-dependent parameters (EADS clients)

No.

Property file

Parameter name

Value to be specified

Default value

1

Client property file

eads.client.logger.dir

Path name

None

2

eads.client.logger.message.filesize

File size (4096 to 2147483647 (bytes))

1048576 (bytes)

3

eads.client.logger.message.filenum

Number of files (1 to 16)

2

4

eads.client.logger.message.console.enable

  • true

  • false

false

5

eads.client.logger.initErrorOut

  • true

  • false

false

Organization of this subsection

(1) Client property file

(a) eads.client.logger.dir

This parameter specifies the path of the output destination directory for log files.

If the specified path does not exist, it is created.

For details about the log files output under the directory specified in this parameter, see 8.4.2 Specifying the file output destinations.

Do not specify the same output destination at the same time in multiple processes.

(b) eads.client.logger.message.filesize

This parameter specifies the size (in bytes) of one file to which message logs are output.

(c) eads.client.logger.message.filenum

This parameter specifies the number of message log files.

(d) eads.client.logger.message.console.enable

This parameter specifies whether output of message logs to standard output is enabled.

true

Enables output to standard output.

false

Disables output to standard output.

(e) eads.client.logger.initErrorOut

This parameter specifies whether error message are to be output to the standard error output when initialization of a logger fails.

true

Outputs error messages to the standard output.

false

Does not output error messages to the standard output.