Error and info logging
The Z Logger object captures error and info log records with a scheduled cleanup job to manage log retention.
The Z Logger object stores log records of error and info types. The log records are available from Quotes version 10.40 onwards.
-
Error type - Records error details whenever an exception occurs from Quote Studio UI.
-
Info type - Records the time spent on the server side during the following actions:
-
Preview call: QuoteStudioController.previewSummaries
-
Synchronous preview call: OrderMetricsApplicator.getPreview. Available from Quotes version 10.44.1.
-
Asynchronous preview call: QuoteStudioController.getPreviewResponse. Available from Quotes version 10.44.1.
-
-
Rules execution: QuoteStudioController.applyRules
-
Saving preview metrics: QuoteStudioController.savePreviewMetrics
-
Save in Single Subscription Quoting and Multi Subscription Quoting flows: QuoteStudioController.saveQuoteDetails
-
Submit in Single Subscription Quoting flow: QuoteStudioController.saveQuoteDetails
-
A Log Cleanup Job is created to clear the log records. It is scheduled for 2:00 AM daily, based on the administrator’s time zone, to clear error log entries that are older than the days mentioned in the Retention Days field. The info-level log records are deleted every two days.
Other considerations
Log records are not entirely available in the Legacy CPQ UI. You may see some logs for Legacy CPQ UI. It is recommended that you do not depend on the log records for the Legacy CPQ UI.