Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a mark in the logs so that finding the beginning of the log stack is easy to find

    • One method is to use logPrint() to create a long line of dashes. Place the logPrint() routine function at the top of the code you are using. The logPrint() code would look something like the following:

      Code Block
       logPrint(“ERROR”, “SIL DEBUGGING ------------------------ “ + currentDate());
    • Another method is to create a mark using this Atlassian Documentation.

  • Next, reproduce the error.

  • Search for the mark created in the system logs. The beginning of the error stack will be found after the mark in the logs.

...

Page Properties
hiddentrue

Related issues

We've encountered an issue exporting this macro. Please try exporting this page again later.