PatrickWeller / PanelPal

1 stars 0 forks source link

Added a logger, not logging statements yet though #31 #32

Closed PatrickWeller closed 2 weeks ago

PatrickWeller commented 2 weeks ago

Added a very basic logger. Currently has just one log statement in panelpal.py. Seems that some API request stuff is also logged though.

PatrickWeller commented 2 weeks ago

To Test, just run the script, and then read app.log

madysonic commented 2 weeks ago

All looks fine, good base to build on.