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 what is happening?
Answer:
You can turn on DEV mode in Spitfire.
- Open Chromium DevTools (the Inspect choice off the context menu).
- In the Console, enter the following commands and ENTER.
top.sfClient.exports.sfRestClient._WCC.DevMode = true;
sfClient.SetOptions().LogLevel=9 - 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: May 29, 2024 at 12:15 pm