Allow to update logger (#1035)

* Allow to update logger

* Fix bug
This commit is contained in:
Pascal Vizeli
2019-04-12 00:48:46 +02:00
committed by GitHub
parent 16ef6d82d2
commit 608c0e5076
2 changed files with 8 additions and 1 deletions

View File

@@ -120,7 +120,8 @@ def initialize_system_data(coresys):
_LOGGER.info("Create Hass.io Apparmor folder %s", config.path_apparmor)
config.path_apparmor.mkdir()
return config
# Update log level
coresys.config.modify_log_level()
def migrate_system_env(coresys):