Skip to content

Commit

Permalink
Update lightify/__init__.py
Browse files Browse the repository at this point in the history
Co-Authored-By: rbdubz3 <[email protected]>
  • Loading branch information
OleksandrBerchenko and rbdubz3 authored Feb 6, 2019
1 parent bbd8a2d commit 03ce6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ def _next_seq(self):
def set_loglevel(self, level):
""" set the log level
:param level: log level (from logging module)
:param level: logging.loglevel Enum
"""
self.__logger.setLevel(level)
self.__logger.info("set log level to '%s'", logging.getLevelName(level))
Expand Down

0 comments on commit 03ce6f2

Please sign in to comment.