Skip to content

Commit

Permalink
Added line to set loglevel to tokensaver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rospogrigio committed Sep 17, 2021
1 parent 696a8aa commit c6add20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tokensaver.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

_LOGGER = logging.getLogger(__name__)
logging.basicConfig() # TODO include function name/line numbers in _LOGGER
logging.getLogger(__name__)
# _LOGGER.setLevel(logging.DEBUG) # Debug hack!

class DaikinCloudController():
"""Daikin Cloud Controller."""
Expand Down

0 comments on commit c6add20

Please sign in to comment.