Skip to content

Commit

Permalink
Disable debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zim514 committed May 11, 2024
1 parent 2f566ab commit d468cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script.service.hue/addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="script.service.hue" name="Hue Service" provider-name="zim514" version="2.0.8">
<addon id="script.service.hue" name="Hue Service" provider-name="zim514" version="2.0.9">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.31.0"/>
Expand Down
2 changes: 1 addition & 1 deletion script.service.hue/resources/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import xbmcvfs

STRDEBUG = False # Show string ID in UI
FORCEDEBUGLOG = True # Force output of debug logs regardless of Kodi logging setting #TODO: Change to false before shipping
FORCEDEBUGLOG = False # Force output of debug logs regardless of Kodi logging setting
TIMEOUT = 1 # requests default timeout
MAX_RETRIES = 7
NOTIFICATION_THRESHOLD = 2
Expand Down

0 comments on commit d468cde

Please sign in to comment.