A.7. Debug Configuration

The RTA package does not generates any user-level log messages, only debug messages. The rta_dbgconfig table specifies the handling of these debug log messages. All of the fields in this table are volatile. You need to set the values in your main program to make them seem persistent. See the sample SQL string subroutine below.

              SQL_string("UPDATE rta_dbgconfig SET target = 3")

The columns in the rta_dbgconfig table are shown below.

Column Name Description
syserr Integer. Zero means no log; 1 means log. Logs OS call errors such as malloc() failures. The default is 1.
rtaerr Integer. Zero means no log; 1 means log. Enables logging of errors internal to the RTA package itself. The default is 1.
sqlerr Integer. Zero ...

Get Linux Appliance Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.