Skip to content

Commit 805253a

Browse files
committed
feat: enable logging for androidtvremote2 module
This module logs everything in DEBUG level, even connection errors! Enable logging to better analyze dead connections. Relates to #28
1 parent 5ab3fe0 commit 805253a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intg-androidtv/driver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ async def main():
346346
logging.getLogger("discover").setLevel(level)
347347
logging.getLogger("profiles").setLevel(level)
348348
logging.getLogger("setup_flow").setLevel(level)
349+
logging.getLogger("androidtvremote2").setLevel(level)
349350

350351
profile_path = os.path.join(api.config_dir_path, "config/profiles")
351352
device_profile.load(profile_path)

0 commit comments

Comments
 (0)