Skip to content

configuration

DaveL17 edited this page Dec 28, 2023 · 6 revisions

Plugin Menu Items

Debugging

If things aren’t working the way that you expect them to, turning on the debugging facility within the plugin can help us isolate the cause, and the output is tremendously useful when reporting bugs. There are five levels of debug logging messages:

  • Debugging Messages - step by step plugin logging.
  • Informational Messages - Useful information about plugin health.
  • Warning Messages - Typically temporary conditions.
  • Error Messages - Conditions you might want to address.
  • Critical Errors Only - errors that should probably be reported.

Caution

Always use caution when posting debug output to a public place as usernames, passwords, API keys and other sensitive information may be included.

Clone this wiki locally