How can I use the FortiClient tracelog to diagnose a JavaScript error?

Question

Grade: Education Subject: Support
How can I use the FortiClient tracelog to diagnose a JavaScript error?
Asked by:
70 Viewed 70 Answers

Answer (70)

Best Answer
(404)
The FortiClient tracelog contains detailed information about script execution, including error messages, timestamps, and function calls. Search the tracelog for 'JavaScript' or the specific error message from the console. Examine the surrounding entries to understand the context and identify the problematic code section. Filtering by timestamp can help isolate errors occurring during a specific event.