skip to main content
Troubleshooting the OpenAccess SDK Server : Configuring Logging : Configuring Logging Using the Management Command Line
 

Configuring Logging Using the Management Command Line

Use the OpenAccess SDK Manager Command-Line Tool command ServiceDebugLogLevel, which has the format:
ServiceActiveDebugLogLevel | sadll} service_name
[ [{dis | disable}]
[{enall | enableall}]
[{en | enable}]
[{ferr | fatalerror}={off | on}] |
[{err | errors=off | on}] |
[{war | warnings}={off | on}] |
[{info | informationals}={off | on}] |
[{debug | debugging}={off | on}] |
[{sspp | ssppackets}={off | on}] |
[{sspr | ssprequests}={off | on}] | ... ]
where service_name is the active service for which you want to display or change debug log levels. Service names can be obtained using the ServiceList | sl command.
 
The following example turns on debug messages and turns off error messages in the debug log for the OpenAccessSDK810_C data access service:
sadll OpenAccessSDK810_C debug=on err=off
The changes take effect for all subsequent connections. For information about using the OpenAccess SDK Manager Command-Line Tool, refer to the OpenAccess SDK Administrator’s Guide.