From 9b3515633b76c08cea24d4f018f96f42dbf8aea8 Mon Sep 17 00:00:00 2001 From: Jack Fitch <55409055+Jack1424@users.noreply.github.com> Date: Fri, 21 Oct 2022 23:03:50 -0400 Subject: [PATCH] add some info about the debug option to the config --- src/main/resources/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 948808d..6b10d76 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -29,6 +29,7 @@ CountryCode: 'US' ###################################################################################################################### # Set to true for various console messages when time and weather sync are executed +# This is useful if the plugin is not working, and you want to find out what's wrong # This will also provide java error messages when an error is caught and managed by RTM # Note: There will be no messages during a time sync because they happen every second # Note: Java exceptions and fatal plugin errors will still be logged regardless of the debug value