6. Creating an Application with OpenAPI : How You Can Create an OpenAPI Application : Environment Variables : II_API_TRACE
 
Share this page                  
II_API_TRACE
The II_API_TRACE environment variable specifies the desired trace level of OpenAPI. When it is not defined, it has a value of 0. You can set the II_API_TRACE environment variable to one of the following values:
Value
Action
1
Display fatal error messages
2
Display non-fatal error messages
3
Display warning messages
4
Display checkpoint messages, such as which OpenAPI function is being executed
5
Display detail information, such as values of input and output parameters