Skip to content

Commit

Permalink
Merge pull request #685 from onkelandy/develop
Browse files Browse the repository at this point in the history
lib.item: fix dynamic log_level
  • Loading branch information
onkelandy authored Oct 18, 2024
2 parents 11bb17b + d643ddf commit 9a49ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/item/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def __init__(self, smarthome, parent, path, config, items_instance=None):
self._on_change_dest_var_unexp = [] # -> KEY_ON_CHANGE destination var (with unexpanded item reference)
self._log_change = None
self._log_change_logger = None
self._log_level_attrib = None
self._log_level_attrib = "INFO"
self._log_level = None
self._log_level_name = None
self._log_mapping = {}
Expand Down

0 comments on commit 9a49ec6

Please sign in to comment.