Under BIS/IIS, the log files are written to the BIS application data directory, normally something like:
C:\Documents and Settings\All Users\Application Data\Micro Focus\extend\10.0.0\LogFiles
On Vista and Windows 2008 Server:
C:\ProgramData\Micro Focus\extend\10.0.0\LogFiles
Each log file has the following name, composed from the UTC time when the log file was created:
yyyyMMddhhmmss.log
On UNIX, the log files are written to the directory specified by the LogDirectory (or LogDir) directive in the /etc/xbis.conf file. This is usually a subdirectory of the configured temp directory, such as:
/var/tmp/bislogs
Each log file has the following name, composed from the date portion of the UTC time when the log file was created:
yyyyMMdd.log