nugget / python-insteonplm

Python 3 asyncio module for interfacing with Insteon Powerline modems
MIT License
32 stars 19 forks source link

Ensure interactive output goes to stdout #168

Closed jborlik closed 5 years ago

jborlik commented 5 years ago

The interactive tool can be useful for debugging one's system, but currently much of the useful output goes to the _LOGGING logger. This means that currently things like "help on_off_test" do not show anything on stdout.

This change adds sys.stdout to the logger, so that the interactive tool's output can be, well, interacted with.

teharris1 commented 5 years ago

Thanks. This was on my to do list but never got there.