log-file

This stanza entry specifies the location and name of the log file.

Location and name of the log file. Messages are redirected from STDOUT and STDERR and sent to the server log file as defined in the authorization server routing file (pdacld_routing). The authorization server relies on the routing file to determine the log file names and path.

At startup of the authorization server, a check is made to see Whether the routing file exists. If it exists, the routing file is used and this stanza entry is ignored; otherwise, this stanza entry is used.

Options

The fully_qualified_path value represents an alphanumeric string. String values are expected to be characters that are part of the local code set. The set of valid characters in a file name can be determined by the file system and by the local code set. For Windows operating systems, file names cannot have a backward slash (\), a colon (:), a question mark (?), or double quotation marks ("). Windows operating systems path names, however, can have a backward slash (\) or a colon (:). For AIX, Linux, and Solaris operating systems, path names and file names are case-sensitive. During installation of ISAM, if we enabled Tivoli Common Directory to specify one common directory location for all your base component log files, the default installation directory is different. For example:

log-file = TCD/HPD/logs
/msg__pdacld_utf8.log
The three-character identifier used in the example is HPD, which specifies the log files are for the ISAM common components.

Usage

Required

Default value

The following table shows the default value by platform.

Platform File name
Linux or UNIX /var/PolicyDirector/log/msg__pdacld_utf8.log
Windows c:\program files\tivoli\policy director\log\msg__pdacld_utf8.log

Example

The following example sets the log file as Tivoli Common Directory on a Windows operating system:
log-file = C:\pd\log\msg__pdacld_utf8.log

The following example sets the log file as Tivoli Common Directory on a AIX, Linux, or Solaris operating system:

/PolicyDirector/TAMBase/HPD/logs/msg__pdacld_utf8.log

Parent topic: [ivacld] stanza