I realized that the debug log level is already handled by kodi settings, so the "debug" settings in the addon is redundant.
Given that the current debug message are a few and infrequent, there's no need to check the current loglevel, we can directly send the debug message and let kodi handle it.
I realized that the debug log level is already handled by kodi settings, so the "debug" settings in the addon is redundant.
Given that the current debug message are a few and infrequent, there's no need to check the current loglevel, we can directly send the debug message and let kodi handle it.
A PR will follow with the proposed changes