Skip to content

Commit

Permalink
Fixing log-level requests
Browse files Browse the repository at this point in the history
  • Loading branch information
bxaia committed Mar 27, 2015
1 parent fd44319 commit 10a41f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions katcp/server.py
Expand Up @@ -2321,6 +2321,7 @@ def set_log_level(self, level):
"""
self._log_level = level
if self._python_logger:
level = PYTHON_LEVEL.get(level)
self._python_logger.setLevel(level)

def set_log_level_by_name(self, level_name):
Expand Down

0 comments on commit 10a41f0

Please sign in to comment.