skip to main content
OpenAccess SDK Manager Commands : OpenAccess SDK Manager Commands : ServiceDebugLogLevel | sdll
 

ServiceDebugLogLevel | sdll

Displays or changes the debug log level of an OpenAccess SDK service. When no debug log level values are provided, the current settings are listed.

Syntax


{ServiceDebugLogLevel | sdll} 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 service to which the session belongs. Service names can be obtained using the ServiceList | sl command.

Example

The following example turns on debug messages and turns off error messages in the debug log file for the OpenAccessSDK810_C data access service:

sdll OpenAccessSDK810_C debug=on err=off