logDirectory

This option was added in Profound.js version 7.6.0.

This option controls the directory for log files written by the Profound.js process. See logging for more information.

This option can be set to either an absolute path or path relative to the Profound.js installation directory. The directory is created automatically, if necessary, at the time the configuration is applied.

The default value if not specified is:

  • When instance is started using STRTCPSVR on IBM i: /profoundjs-base/instances/INSTANCE_NAME/logs

  • Otherwise: INSTALLATION_DIRECTORY/logs

Example

logDirectory: "c:\\logs"

Â