Troubleshooting Search V2 Authoring
HCL Digital Experience (DX) log files record application events that are used for troubleshooting. The following sections describe two methods to enable logging and tracing for Search V2 Authoring to capture detailed information.
Server-side tracing
You can use a DX trace string to enable logging on the WebSphere Application Server for all users. The following trace strings can be used for different levels of logging. Keep in mind that DEBUG includes all INFO and ERROR messages, and INFO includes ERROR messages.
- Log in to your HCL DX environment as an administrator (wpdadmin).
- Navigate to Administration > Tracing.
-
In the Current trace settings: text box, enter the following tracing string based on your troubleshooting needs:
- Full logging:
hcl.logging.search-v2.DEBUG.client.*=all - Logging all Search V2 components only:
hcl.logging.search-v2.DEBUG.client.ui.*=all - Logging all AC web components only:
hcl.logging.search-v2.DEBUG.client.web-components-lib.*=all

- Full logging:
Client-side tracing
You can also enable logging through client-side tracing using your browser's developer tools.
- Open your browser's developer tools.
- Navigate to the Applications tab.
- Under Session storage, select the page you want to trace.
- Right-click and select Add new.
-
Enter the following Key and Value pairs depending on your troubleshooting needs:
Type of logging Key Value Full logging debugDEBUG:client:Logging all search V2 components only debugDEBUG:client:ui:Logging all AC web components only* debugDEBUG:client:web-components-lib: