-
Notifications
You must be signed in to change notification settings - Fork 0
configuration
DaveL17 edited this page Dec 28, 2023
·
6 revisions

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.
Copyright DaveL17 2025 This plugin is distributed under the MIT license; however the author reserves the right to change the license at any time.