Skip to content

Commit

Permalink
Fix debug logging (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister committed Aug 23, 2020
1 parent 93523b9 commit b5dd055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/lib/kodilogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ def flush(self):
def config():
""" Setup the logger with this handler """
logger = logging.getLogger()
logger.setLevel(logging.DEBUG) # Make sure we pass all messages, Kodi will do some filtering itself.
logger.addHandler(KodiLogHandler())

0 comments on commit b5dd055

Please sign in to comment.