Skip to contentSkip to navigationSkip to topbar
On this page

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 allow a user to capture client side logs into a text file which can then be shared with Twilio support to help troubleshooting issues.


How it works?

how-it-works page anchor

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

flex ui local logging.

Steps

steps page anchor
  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.

    flex ui local logging.
  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 2 ways to enable local logging:

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