How to turn on debugging for LDAP logger identifier.
search cancel

How to turn on debugging for LDAP logger identifier.

book

Article ID: 10746

calendar_today

Updated On:

Products

DSERIES- SERVER CA Workload Automation DE - System Agent (dSeries)

Issue/Introduction

How to turn on debugging for LDAP logger identifier.



Environment

CA Workload Automation DE 11.3 and higherCA Workload Automation Desktop Client 11.3 and higher

Resolution

Use the SETLOGTHRESHOLD CLI command to set the severity threshold for ldap logger identifier to DEBUG or ALL, and capture more messages on LDAP in the tracelog;

Examples:

Set the severity threshold for ldap logger identifier to DEBUG:

-> setlogthreshold logger("ldap") threshold("DEBUG")
The severity threshold for logger ldap was set to DEBUG.

Set the severity threshold for ldap logger identifier to ALL:

-> setlogthreshold logger("ldap") threshold("ALL")
The severity threshold for logger ldap was set to ALL.

 

Note:
DEBUG indicates that debugging, information, warning, error, and fatal messages are logged in the DE Server tracelog.

ALL indicates that all the messages are logged in the DE Server tracelog.

SETLOGTHRESHOLD CLI command requires ADMIN.Network Topology (Update) security permission.

Additional Information

setlogthreshold Command - Set the Severity Threshold of a Logger Identifier