summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/ui')
-rw-r--r--pyanaconda/ui/gui/spokes/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 407979ee0..747407672 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -147,7 +147,7 @@ class UIStorageFilter(logging.Filter):
@contextmanager
def ui_storage_logger():
- storage_log = logging.getLogger("storage")
+ storage_log = logging.getLogger("blivet")
f = UIStorageFilter()
storage_log.addFilter(f)
yield