Mercurial > repos > yating-l > hubarchivecreator
diff util/Logger.py @ 83:0bc486356e2a draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit ac73da32d59853ca563e7939d05016a6f3a6899e-dirty
| author | yating-l |
|---|---|
| date | Mon, 30 Oct 2017 12:01:23 -0400 |
| parents | 4ca7cbf2d9b8 |
| children |
line wrap: on
line diff
--- a/util/Logger.py Wed Sep 27 17:31:19 2017 -0400 +++ b/util/Logger.py Mon Oct 30 12:01:23 2017 -0400 @@ -24,7 +24,7 @@ if os.path.exists(config_path): with open(config_path, 'rt') as f: config = json.load(f) - config["root"]["level"] = default_level + config["handlers"]["console"]["level"] = default_level if self.extra_files_path: for i in config["handlers"]: if "filename" in config["handlers"][i]:
