skip to main content
OpenAccess SDK Manager Commands : OpenAccess SDK Manager Commands : ServiceActiveDebugLogLevel | sadll
 

ServiceActiveDebugLogLevel | sadll

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

Syntax


{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.

Example

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