summaryrefslogtreecommitdiffstats
path: root/pyanaconda/anaconda_log.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/anaconda_log.py')
-rw-r--r--pyanaconda/anaconda_log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/anaconda_log.py b/pyanaconda/anaconda_log.py
index 36c79f03a..cb631d541 100644
--- a/pyanaconda/anaconda_log.py
+++ b/pyanaconda/anaconda_log.py
@@ -95,7 +95,7 @@ class AnacondaLog:
warnings.showwarning = self.showwarning
# Create the storage logger.
- storage_logger = logging.getLogger("storage")
+ storage_logger = logging.getLogger("blivet")
self.addFileHandler(STORAGE_LOG_FILE, storage_logger,
minLevel=logging.DEBUG)