6. Creating an Application with OpenAPI : How You Can Create an OpenAPI Application : Environment Variables : II_API_LOG
 
Share this page                  
II_API_LOG
The II_API_LOG environment variable specifies the desired output file for all OpenAPI tracing. The file name can contain one or both of the following parameter values:
%p
Replaced at startup with the Process Identifier (PID) of the server process.
%d
Replaced at startup with the current date in YYYYMMDD format.
For example:
II_API_LOG = $II_SYSTEM/ingres/files/oapi_%d_%p.log
This file specification prevents servers from writing to the wrong log.