Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

Flex UI local logging


(information)

Pilot

This Twilio product is currently available as a pilot release. Some features are not yet implemented and others may be changed before the product is declared as Generally Available. Pilot and beta products are not covered by a Twilio SLA. Learn more about how Twilio supports products that are not yet GA(link takes you to an external page).

Local logging lets a user capture client-side logs into a text file that can then be shared with Twilio support to help troubleshoot issues.


How it works

how-it-works page anchor

When local logging is enabled (see How to enable local logging), users see a "bug" icon in the header.

Twilio Flex UI showing no active tasks and no CRM configured with user idle status.

Steps

steps page anchor

To capture and share local logs, follow these steps:

  1. Click on the bug button

  2. Start logging and reproduce the issue. Logs will be captured until logging is stopped, even if user logs out.

    Twilio Flex UI showing active logging with options to finish and download logs.
  3. Once the issue was reproduced, stop logging and download file

    flex ui local logging.
  4. Send the file to Twilio support with issue description


How to enable local logging

how-to-enable-local-logging page anchor

There are two ways to enable local logging:

1
var appConfig = {
2
<..>
3
logger: { type:"file" },
4
<..>
5
};
6