add some info about the debug option to the config

This commit is contained in:
Jack Fitch
2022-10-21 23:03:50 -04:00
parent 6c603dd912
commit 9b3515633b

View File

@@ -29,6 +29,7 @@ CountryCode: 'US'
###################################################################################################################### ######################################################################################################################
# Set to true for various console messages when time and weather sync are executed # 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 # 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: 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 # Note: Java exceptions and fatal plugin errors will still be logged regardless of the debug value