KBA-01850: Turning on DEV mode on the client

Question:

Since Power UX is a program all on its own, I sometime need extra logging information to troubleshoot Spitfire. How do I get to look into the code?

Answer:

You can turn on DEV mode in Spitfire.

  1. Open Chromium DevTools (the Inspect choice off the context menu).
  2. In the Console, enter the following commands and ENTER.
    top.sfClient.exports.sfRestClient._WCC.DevMode = true;
    sfClient.SetOptions().LogLevel=9
  3. Information will appear in the Console as you work or navigate within Spitfire.

Note:

You can change the LogLevel in the command. Significant logging levels are

0 – Least
1 – Normal
2 – Verbose
9 – Debug
92 – Verbose Debug


KBA-01850; Last updated: April 1, 2024 at 9:29 am